mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 15:34:12 +01:00
Fix some zi/zo issues.
This commit is contained in:
@@ -102,17 +102,6 @@ const config = { //{{{
|
||||
function () { buffer.viewSelectionSource(); }]*/
|
||||
],
|
||||
|
||||
focusChange: function(win) {
|
||||
// we switch to -- MESSAGE -- mode for Muttator, when the main HTML widget gets focus
|
||||
if (hasHTMLDocument(win) || elem instanceof HTMLAnchorElement)
|
||||
{
|
||||
if (config.isComposeWindow)
|
||||
modes.set(modes.INSERT, modes.TEXTAREA);
|
||||
else if (liberator.mode != modes.MESSAGE)
|
||||
liberator.mode = modes.MESSAGE;
|
||||
}
|
||||
},
|
||||
|
||||
// they are sorted by relevance, not alphabetically
|
||||
helpFiles: ["intro.html", "version.html"],
|
||||
/* "tutorial.html", "starting.html",
|
||||
@@ -122,10 +111,6 @@ const config = { //{{{
|
||||
"various.html"
|
||||
],*/
|
||||
|
||||
optionDefaults: {
|
||||
stal: 2,
|
||||
},
|
||||
|
||||
scripts: [
|
||||
"addressbook.js",
|
||||
"mail.js",
|
||||
|
||||
Reference in New Issue
Block a user