hopper stuffs

This commit is contained in:
minjaesong
2026-05-21 17:40:22 +09:00
parent db3ffdedb6
commit 277693989b
18 changed files with 461 additions and 3 deletions

View File

@@ -3781,7 +3781,6 @@ function openFlagsPopup() {
while (!done) {
input.withEvent(ev => {
if (ev[0] !== 'key_down') return
if (1 !== ev[2]) return
const ks = ev[1]
if (eventJustReceived) { eventJustReceived = false; return }