mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:17:59 +01:00
[muttator] also search closed threads; new gj and gk key bindings
This commit is contained in:
@@ -505,6 +505,10 @@ const liberator = (function () //{{{
|
||||
if (window == ww.activeWindow && document.commandDispatcher.focusedElement && clearFocusedElement)
|
||||
document.commandDispatcher.focusedElement.blur();
|
||||
|
||||
// TODO: make more generic
|
||||
if (liberator.has("mail") && clearFocusedElement && gDBView)
|
||||
gDBView.selection.select(gDBView.selection.currentIndex);
|
||||
|
||||
var elem = liberator.config.mainWidget || content;
|
||||
if (elem != document.commandDispatcher.focusedElement)
|
||||
elem.focus();
|
||||
|
||||
Reference in New Issue
Block a user