mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:17:59 +01:00
Fix :map -count, macro playback, and odd quirk in :map completion.
--HG-- extra : rebase_source : 4e51ba8c43810e65244e9870521c8dbbc51b0a9d
This commit is contained in:
@@ -332,6 +332,9 @@ const Buffer = Module("buffer", {
|
||||
Math.min.apply(Math,
|
||||
buffer.allFrames().map(function (frame)
|
||||
frame.document.pageIsFullyLoaded || 0)),
|
||||
set loaded(val)
|
||||
buffer.allFrames().forEach(function (frame)
|
||||
frame.document.pageIsFullyLoaded = val),
|
||||
|
||||
/**
|
||||
* @property {Object} The local state store for the currently selected
|
||||
|
||||
Reference in New Issue
Block a user