init preferred tool based on device

This commit is contained in:
Ryan Di
2025-10-03 17:05:01 +10:00
parent 8a80805355
commit bb8e48621b
13 changed files with 581 additions and 161 deletions

View File

@@ -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,