1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-17 03:31:52 +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

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
} }
} }