1
0
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:
Kris Maglione
2011-04-06 17:47:54 -04:00
parent dae5910c71
commit ef4070b384
2 changed files with 3 additions and 5 deletions

View File

@@ -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*.