Skip to content

Commit

Permalink
Fix snapToGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 10, 2020
1 parent c061487 commit 7be8246
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -4579,6 +4579,7 @@ RED.view = (function() {
}
}
function toggleSnapGrid(state) {
snapGrid = state;
redraw();
}
function toggleStatus(s) {
Expand Down

0 comments on commit 7be8246

Please sign in to comment.