diff options
Diffstat (limited to 'common/content/finder.js')
-rw-r--r-- | common/content/finder.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/finder.js b/common/content/finder.js index 1c5f096b..0ed495ec 100644 --- a/common/content/finder.js +++ b/common/content/finder.js @@ -340,7 +340,7 @@ const RangeFind = Class("RangeFind", { var node = util.evaluateXPath(RangeFind.selectNodePath, this.range.document, this.lastRange.commonAncestorContainer).snapshotItem(0); if (node) { - node.focus(); + dactyl.focus(node); // Re-highlight collapsed selection this.selectedRange = this.lastRange; } |