Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Oct 10, 2024
1 parent b0359ed commit d8e62c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
});

modify.modifyInteraction.on('modifystart', function () {

cad.setProperties({
showSnapPoints: false,
showSnapLines: true,
});
cad.activate();
});
modify.modifyInteraction.on('modifyend', function () {
Expand Down

0 comments on commit d8e62c7

Please sign in to comment.