mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-27 15:52:26 +01:00
Fix strictfocus edgecase when the content window is editable.
--HG-- extra : transplant_source : B4%F6%E1a%0A%0Eo8u%DC%A0%E8%27%01%E1%8A%FF3Z
This commit is contained in:
@@ -482,6 +482,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
let win = document.commandDispatcher.focusedWindow;
|
||||
let elem = config.mainWidget || content;
|
||||
|
||||
// TODO: make more generic
|
||||
try {
|
||||
if (this.has("mail") && !config.isComposeWindow) {
|
||||
|
||||
Reference in New Issue
Block a user