mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Clear highlighting on page unload, etc.
This commit is contained in:
@@ -345,6 +345,18 @@ const Buffer = Module("buffer", {
|
||||
window.content.document.pageIsFullyLoaded = value;
|
||||
},
|
||||
|
||||
/**
|
||||
* @property {Object} The local state store for the currently selected
|
||||
* tab.
|
||||
*/
|
||||
get localStore() {
|
||||
if (!content.liberatorStore)
|
||||
content.liberatorStore = {};
|
||||
return content.liberatorStore;
|
||||
},
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @property {Node} The last focused input field in the buffer. Used
|
||||
* by the "gi" key binding.
|
||||
|
||||
Reference in New Issue
Block a user