mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-21 08:31:27 +02:00
Fix MOW resize loop bug.
This commit is contained in:
@@ -184,6 +184,7 @@ var MOW = Module("mow", {
|
||||
|
||||
windowEvents: {
|
||||
resize: function onResize(event) {
|
||||
if (event.target == window)
|
||||
this._resize.tell();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user