1
0
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:
Nick O'Leary 2020-06-10 01:02:48 +01:00
parent c061487a16
commit 7be824640c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -4579,6 +4579,7 @@ RED.view = (function() {
}
}
function toggleSnapGrid(state) {
snapGrid = state;
redraw();
}
function toggleStatus(s) {