From b17c8baa0e75d4fb95effbd083c127db396c139d Mon Sep 17 00:00:00 2001 From: tim h Date: Sat, 18 Feb 2023 11:50:54 -0600 Subject: [PATCH] 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 -_- --- index.html | 2 +- js/ui/tool/stamp.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0f04038..3c2639c 100644 --- a/index.html +++ b/index.html @@ -475,7 +475,7 @@ - + diff --git a/js/ui/tool/stamp.js b/js/ui/tool/stamp.js index 403e2af..4b0d211 100644 --- a/js/ui/tool/stamp.js +++ b/js/ui/tool/stamp.js @@ -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(); },