mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-10 09:40:13 +02:00
init preferred tool based on device
This commit is contained in:
@@ -80,7 +80,10 @@ exports[`exportToSvg > with default arguments 1`] = `
|
||||
},
|
||||
"penDetected": false,
|
||||
"penMode": false,
|
||||
"preferredSelectionTool": "selection",
|
||||
"preferredSelectionTool": {
|
||||
"initialized": false,
|
||||
"type": "selection",
|
||||
},
|
||||
"previousSelectedElementIds": {},
|
||||
"resizingElement": null,
|
||||
"scrollX": 0,
|
||||
|
Reference in New Issue
Block a user