mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 19:12:26 +01:00
fixed :Help without arg
This commit is contained in:
@@ -304,7 +304,7 @@ vimperator.Help = function(section)
|
||||
var elem = vimperator.buffer.getElement('@class="tag" and text()="' + tag + '"');
|
||||
if (elem)
|
||||
window.content.scrollTo(0, elem.getBoundingClientRect().top - 10); // 10px context
|
||||
}, 100);
|
||||
}, 200);
|
||||
}
|
||||
|
||||
var [, items] = vimperator.completion.Help();
|
||||
|
||||
Reference in New Issue
Block a user