1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-25 15:53:56 +00:00

Merge pull request #1457 from stevequinn/1238

Allows keyboard text selection in Finder search box
This commit is contained in:
Kazz Yokomizo
2018-01-25 09:34:59 -05:00
committed by GitHub
+1 -1
View File
@@ -104,7 +104,7 @@ class FinderMain extends React.Component {
hideFinder() hideFinder()
e.preventDefault() e.preventDefault()
} }
if (e.keyCode === 91 || e.metaKey) { if (e.keyCode === 91) {
return return
} }
} }