mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-04 22:05:46 +01:00
Hack...
This commit is contained in:
@@ -905,7 +905,7 @@ function Events() //{{{
|
||||
|
||||
try
|
||||
{
|
||||
liberator.threadYield(false, true);
|
||||
liberator.threadYield(1, true);
|
||||
|
||||
noremap = !!noremap;
|
||||
|
||||
|
||||
@@ -1391,7 +1391,7 @@ const liberator = (function () //{{{
|
||||
if (liberator.interrupted)
|
||||
throw new Error("Interrupted");
|
||||
}
|
||||
while (flush && mainThread.hasPendingEvents());
|
||||
while (flush === true && mainThread.hasPendingEvents());
|
||||
},
|
||||
|
||||
variableReference: function (string)
|
||||
|
||||
Reference in New Issue
Block a user