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
1 changed files with 1 additions and 0 deletions

View File

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