mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix snapToGrid
This commit is contained in:
parent
c061487a16
commit
7be824640c
@ -4579,6 +4579,7 @@ RED.view = (function() {
|
||||
}
|
||||
}
|
||||
function toggleSnapGrid(state) {
|
||||
snapGrid = state;
|
||||
redraw();
|
||||
}
|
||||
function toggleStatus(s) {
|
||||
|
Loading…
Reference in New Issue
Block a user