mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix binding disabling when taking screenshots on macOS (#2129)
* Fix binding disabling when taking screenshots on macOS * Update snapshot for cmd+click test
This commit is contained in:
parent
924292dc9a
commit
15e4b51bb1
3 changed files with 19 additions and 1 deletions
|
@ -907,7 +907,7 @@ Object {
|
|||
"exportBackground": true,
|
||||
"gridSize": null,
|
||||
"height": 768,
|
||||
"isBindingEnabled": true,
|
||||
"isBindingEnabled": false,
|
||||
"isCollaborating": false,
|
||||
"isLibraryOpen": false,
|
||||
"isLoading": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue