bugfix
This commit is contained in:
parent
6bc3043fc3
commit
fad101184c
2 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@
|
|||
<script
|
||||
src="js/ui/tool/select.js?v=c05e65a"
|
||||
type="text/javascript"></script>
|
||||
<script src="js/ui/tool/stamp.js?v=17869a1" type="text/javascript"></script>
|
||||
<script src="js/ui/tool/stamp.js?v=27b2837" type="text/javascript"></script>
|
||||
<script
|
||||
src="js/ui/tool/interrogate.js?v=e579ff1"
|
||||
type="text/javascript"></script>
|
||||
|
|
|
@ -91,7 +91,7 @@ const stampTool = () =>
|
|||
mouse.listen.world.btn.left.ondragend.clear(state.dragendcb);
|
||||
|
||||
mouse.listen.world.onwheel.clear(state.onwheelcb);
|
||||
keyboard.deleteShortcut(state.togglemirror, "Delete");
|
||||
keyboard.deleteShortcut(state.togglemirror, "Equal");
|
||||
|
||||
ovLayer.clear();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue