Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2494, focus selection iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Mar 27, 2017
1 parent 2ae5802 commit ac64a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/webextension/selector/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ window.ui = (function () { // eslint-disable-line no-unused-vars
this.updateElementSize();
this.element.style.display = "";
this.initSizeWatch();
this.element.focus();
},

updateElementSize: function (force) {
Expand Down

0 comments on commit ac64a4e

Please sign in to comment.