Skip to content

Commit

Permalink
Fix: select all text in location bar didn't work in latest iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Dec 21, 2019
1 parent 673411b commit fbac04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TabBrowser/ToolBar/LocationBar/LocationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LocationBar extends Component {

focus() {
this.element.focus();
this.runtime.$selectAll();
this.runtime.$selectAll(null);
this._completion.reset();
}

Expand Down

0 comments on commit fbac04d

Please sign in to comment.