mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:57:58 +01:00
Resurrect my range finder, Part II: Make things works sensibly with frames.
This commit is contained in:
@@ -523,7 +523,7 @@ const Events = Module("events", {
|
||||
*/
|
||||
toString: function (event) {
|
||||
if (!event)
|
||||
return "[object Mappings]";
|
||||
return "[instance events]";
|
||||
|
||||
if (event.liberatorString)
|
||||
return event.liberatorString;
|
||||
|
||||
Reference in New Issue
Block a user