mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-08 10:45:46 +01:00
Deal with echoed messages being cleared by scroll event. Closes issue #374.
This commit is contained in:
@@ -150,7 +150,7 @@ var Buffer = Module("buffer", {
|
||||
// called when the active document is scrolled
|
||||
_updateBufferPosition: function _updateBufferPosition() {
|
||||
statusline.updateBufferPosition();
|
||||
commandline.clear();
|
||||
commandline.clear(true);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user