mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: create confirm dialog to use instead of window.confirm (#4256)
* feat: create confirm dialog to use instead of window.confirm * move confirm to right * add types * less margin
This commit is contained in:
parent
b9abcc825a
commit
3ff9744b39
5 changed files with 76 additions and 51 deletions
|
@ -135,7 +135,8 @@
|
|||
"zenMode": "Zen mode",
|
||||
"exitZenMode": "Exit zen mode",
|
||||
"cancel": "Cancel",
|
||||
"clear": "Clear"
|
||||
"clear": "Clear",
|
||||
"confirm": "Confirm"
|
||||
},
|
||||
"alerts": {
|
||||
"clearReset": "This will clear the whole canvas. Are you sure?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue