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:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user