Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit ed9598a

Browse filesBrowse files
committed
focus in-page search after click button
1 parent e2e64eb commit ed9598a
Copy full SHA for ed9598a

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎app/renderer/searcher.js

Copy file name to clipboardExpand all lines: app/renderer/searcher.js
+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = class Searcher extends EventEmitter {
8080
const { matches, activeMatchOrdinal } = e.result
8181

8282
this.showProgress(activeMatchOrdinal, matches)
83+
this.$input.focus()
8384
})
8485
this.emit('initialized')
8586
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.