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