Skip to content

Commit 70254c1

Browse files
author
Rowan Lewis
committed
Don't autofocus the XPath input box, fixing an annoying bug in Chrome because Chrome is shit.
1 parent 53154a2 commit 70254c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/devkit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
};
530530

531531
// Initialize on first focus:
532-
input.focus().bind('focus', function() {
532+
input.bind('focus', function() {
533533
self.initialiseXPathMatcher();
534534
});
535535

0 commit comments

Comments
 (0)