mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 16:55:47 +01:00
Make @: work again.
This commit is contained in:
@@ -133,10 +133,10 @@ var ProcessorStack = Class("ProcessorStack", {
|
|||||||
if (callable(res))
|
if (callable(res))
|
||||||
actions.push(res);
|
actions.push(res);
|
||||||
|
|
||||||
if (isinstance(res, KeyProcessor))
|
|
||||||
processors.push(res);
|
|
||||||
if (res === Events.WAIT || input.waiting)
|
if (res === Events.WAIT || input.waiting)
|
||||||
processors.push(input);
|
processors.push(input);
|
||||||
|
if (isinstance(res, KeyProcessor))
|
||||||
|
processors.push(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
events.dbg("RESULT: " + (callable(result) ? {}.toString.call(result) : result) + " " + event.getPreventDefault());
|
events.dbg("RESULT: " + (callable(result) ? {}.toString.call(result) : result) + " " + event.getPreventDefault());
|
||||||
|
|||||||
Reference in New Issue
Block a user