mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 20:10:09 +02:00
add top error boundary & reset localStorage on error (#493)
* 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>
This commit is contained in:
13
src/bug-issue-template.js
Normal file
13
src/bug-issue-template.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export default `
|
||||
### Stack strace
|
||||
|
||||
\`\`\`
|
||||
// paste stack trace here
|
||||
\`\`\`
|
||||
|
||||
### localStorage
|
||||
|
||||
\`\`\`
|
||||
// paste localStorage content here (if it doesn't contain sensitive data)
|
||||
\`\`\`
|
||||
`;
|
Reference in New Issue
Block a user