mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 16:15:46 +01:00
Fix bug.
--HG-- branch : groups
This commit is contained in:
@@ -1105,7 +1105,7 @@ var Events = Module("events", {
|
||||
|
||||
// Hack to deal with <BS> and so forth not dispatching input
|
||||
// events
|
||||
if (event.originalTarget instanceof HTMLInputElement && !modes.main.passthrough) {
|
||||
if (key && event.originalTarget instanceof HTMLInputElement && !modes.main.passthrough) {
|
||||
let elem = event.originalTarget;
|
||||
elem.dactylKeyPress = elem.value;
|
||||
util.timeout(function () {
|
||||
|
||||
Reference in New Issue
Block a user