Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Liu <Wliu1402@gmail.com>
  • Loading branch information
aminya and 50Wliu committed Jan 6, 2021
1 parent e2bff3a commit f43e920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/select-list-view.ts
Expand Up @@ -55,7 +55,6 @@ module.exports = class SelectListView {
const didLoseFocus = this.didLoseFocus.bind(this)
editorElement.addEventListener('blur', didLoseFocus)


// When clicking the scrollbar of the items list, a blur event will be triggered
// on the query editor element, but we don't want to treat that as a cancellation.
// This mousedown listener allows us to detect this case and restore focus to the
Expand Down

0 comments on commit f43e920

Please sign in to comment.