1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Allows keyboard text selection in Finder search box

This commit is contained in:
Steve Quinn
2018-01-25 13:27:43 +11:00
parent 6de5488a15
commit 01605aa221

View File

@@ -104,7 +104,7 @@ class FinderMain extends React.Component {
hideFinder()
e.preventDefault()
}
if (e.keyCode === 91 || e.metaKey) {
if (e.keyCode === 91) {
return
}
}