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) {
|
function toggleSnapGrid(state) {
|
||||||
|
snapGrid = state;
|
||||||
redraw();
|
redraw();
|
||||||
}
|
}
|
||||||
function toggleStatus(s) {
|
function toggleStatus(s) {
|
||||||
|
Loading…
Reference in New Issue
Block a user