mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 23:07:59 +01:00
Fix caret mode bindings in frameset pages.
This commit is contained in:
@@ -579,9 +579,7 @@ var Buffer = Module("buffer", {
|
||||
* @property {nsISelectionController} The current document's selection
|
||||
* controller.
|
||||
*/
|
||||
get selectionController() config.browser.docShell
|
||||
.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsISelectionDisplay)
|
||||
.QueryInterface(Ci.nsISelectionController),
|
||||
get selectionController() util.selectionController(this.focusedFrame),
|
||||
|
||||
/**
|
||||
* Opens the appropriate context menu for *elem*.
|
||||
|
||||
@@ -6,7 +6,7 @@ FIREFOX ?= firefox
|
||||
HOSTAPP ?= $(FIREFOX)
|
||||
PROFILEPATHS ?= "$$HOME/.mozilla/firefox" \
|
||||
"$$HOME/Library/Application Support/Firefox" \
|
||||
"$$APPDATA/Mozilla/Firefox" \
|
||||
"$$AppData/Mozilla/Firefox"
|
||||
"$$APPDATA/Mozilla/Firefox/Profiles" \
|
||||
"$$AppData/Mozilla/Firefox/Profiles"
|
||||
|
||||
include ../common/Makefile
|
||||
|
||||
Reference in New Issue
Block a user