mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
* add top error boundary & reset localStorage on error * add issue tracker details and link * add pointer cursor to buttons * Update src/bug-issue-template.js Co-Authored-By: Lipis <lipiridis@gmail.com> * Update src/styles.scss Co-Authored-By: Lipis <lipiridis@gmail.com> * Update src/bug-issue-template.js Co-Authored-By: Lipis <lipiridis@gmail.com> * use open-color colors * use Cascadia font Co-authored-by: Lipis <lipiridis@gmail.com>
13 lines
185 B
JavaScript
13 lines
185 B
JavaScript
export default `
|
|
### Stack strace
|
|
|
|
\`\`\`
|
|
// paste stack trace here
|
|
\`\`\`
|
|
|
|
### localStorage
|
|
|
|
\`\`\`
|
|
// paste localStorage content here (if it doesn't contain sensitive data)
|
|
\`\`\`
|
|
`;
|