forked from 0x2620/oxjs
make map zoom work while list has focus
This commit is contained in:
parent
05af51f76b
commit
74802d284a
5 changed files with 19 additions and 3 deletions
|
|
@ -89,7 +89,9 @@
|
|||
focused !== null && Ox.UI.elements[focused].triggerEvent('keys', {
|
||||
keys: buffer
|
||||
});
|
||||
}, 250);
|
||||
}, 25);
|
||||
// fixme: used to be 250, but seemed too much.
|
||||
// if it stays at 25, we may not need a timeout at all
|
||||
}
|
||||
}
|
||||
// clear the reset timeout even if the key didn't go into the buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue