Skip to content

Commit

Permalink
Fix visual mode in Firefox 70
Browse files Browse the repository at this point in the history
  • Loading branch information
girst committed Aug 26, 2019
1 parent 65571cd commit efdb353
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extension/lib/markable-elements.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ tryPoint = (elementData, elementRect, x, dx, y, dy, tryRight = 0) ->
# If leaving the devtools container take the devtools zoom into account.
if utils.isDevtoolsWindow(currentWindow)
docShell = currentWindow
.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIWebNavigation)
.QueryInterface(Ci.nsIDocShell)
if docShell
Expand Down
1 change: 0 additions & 1 deletion extension/lib/selection.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class SelectionManager
constructor: (@window) ->
@selection = @window.getSelection()
@nsISelectionController = @window
.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsIWebNavigation)
.QueryInterface(Ci.nsIInterfaceRequestor)
.getInterface(Ci.nsISelectionDisplay)
Expand Down

0 comments on commit efdb353

Please sign in to comment.