bugfix, whoops

my computer crashed 3 times because of thread APIC ID 4 and my forgetting that i set a NEGATIVE bias so i was choking it instead of feeding it -_-
This commit is contained in:
tim h 2023-02-18 11:50:54 -06:00
parent 23091ddcf7
commit b17c8baa0e
2 changed files with 3 additions and 3 deletions

View file

@ -475,7 +475,7 @@
<script
src="js/ui/tool/select.js?v=c05e65a"
type="text/javascript"></script>
<script src="js/ui/tool/stamp.js?v=0348baa" type="text/javascript"></script>
<script src="js/ui/tool/stamp.js?v=0fc2d68" type="text/javascript"></script>
<script
src="js/ui/tool/interrogate.js?v=e579ff1"
type="text/javascript"></script>

View file

@ -92,8 +92,8 @@ 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.toggleflip, "Delete");
keyboard.deleteShortcut(state.togglemirror, "Equal");
keyboard.deleteShortcut(state.toggleflip, "Minus");
ovLayer.clear();
},