feat(canvas): update canvas tool behavior to allow temporary switching between Select and Move modes using Control or Space

This commit is contained in:
HouYunFei
2026-08-06 15:05:49 +08:00
parent 3a9ca04ad0
commit ca47eb6aaa
9 changed files with 25 additions and 10 deletions
+1
View File
@@ -290,6 +290,7 @@ export default {
shortcut: {
dragCanvas: "Drag canvas",
pan: "Pan view",
toggleTool: "Temporarily switch Select / Move",
wheel: "Mouse wheel",
zoom: "Zoom canvas",
zoomSlider: "Zoom slider",