mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 18:25:48 +01:00
* Fix muttator and experimentally increase buffer position display timeout to 500ms to avoid rendering the page twice
This commit is contained in:
@@ -1699,7 +1699,7 @@ function Events() //{{{
|
||||
autocommands.trigger("LocationChange", { url: buffer.URL });
|
||||
|
||||
// if this is not delayed we get the position of the old buffer
|
||||
setTimeout(function () { statusline.updateBufferPosition(); }, 100);
|
||||
setTimeout(function () { statusline.updateBufferPosition(); }, 500);
|
||||
},
|
||||
// called at the very end of a page load
|
||||
asyncUpdateUI: function ()
|
||||
|
||||
Reference in New Issue
Block a user