mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix snapToGrid
This commit is contained in:
@@ -4579,6 +4579,7 @@ RED.view = (function() {
|
||||
}
|
||||
}
|
||||
function toggleSnapGrid(state) {
|
||||
snapGrid = state;
|
||||
redraw();
|
||||
}
|
||||
function toggleStatus(s) {
|
||||
|
Reference in New Issue
Block a user