mirror of https://github.com/node-red/node-red.git
Fix snapToGrid
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