mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Replace locking/unlocking of canvas with select/pan mode (#1050)
* Add dragging canvas state * Change icon * Add playwright test * tooltip change * Enable for legacy menu * Update litegraph * Hide canvas menu for test
This commit is contained in:
@@ -99,8 +99,8 @@ const messages = {
|
||||
zoomIn: 'Zoom In',
|
||||
zoomOut: 'Zoom Out',
|
||||
resetView: 'Reset View',
|
||||
lock: 'Lock Graph',
|
||||
unlock: 'Unlock Graph'
|
||||
selectMode: 'Select Mode',
|
||||
panMode: 'Pan Mode'
|
||||
}
|
||||
},
|
||||
zh: {
|
||||
|
||||
Reference in New Issue
Block a user