fix settings unfocusing on every key stroke

This commit is contained in:
Olivier Gagnon
2022-08-29 16:36:08 -04:00
parent fb372bef54
commit 3fe6a6e19d
6 changed files with 18 additions and 25 deletions
+1
View File
@@ -18,6 +18,7 @@ export const MiscPage = (): React.ReactElement => {
</>
}
/>
<br />
<OptionSwitch
checked={Settings.EnableBashHotkeys}
onChange={(newValue) => (Settings.EnableBashHotkeys = newValue)}