mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
make error message more user-friendly (#812)
* make error message more user-friendly * tweak aria * override user-select for error splash screen * localize messages * fix naming * log error * include spaces in i18n
This commit is contained in:
parent
56a2f8f15f
commit
3bf3d96d9f
4 changed files with 46 additions and 20 deletions
|
@ -5,9 +5,9 @@ export default `
|
|||
// paste stack trace here
|
||||
\`\`\`
|
||||
|
||||
### localStorage
|
||||
### Scene content
|
||||
|
||||
\`\`\`
|
||||
// paste localStorage content here (if it doesn't contain sensitive data)
|
||||
// paste scene content here (if it doesn't contain sensitive data)
|
||||
\`\`\`
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue