mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57: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*.
|
||||
|
||||
Reference in New Issue
Block a user