feat: global hotkeys.

This commit is contained in:
elforjani3
2021-01-18 22:53:02 +02:00
parent 90c568dc63
commit 4b798e4ea0
6 changed files with 81 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ function QuickNewDropdown() {
items={quickNewOptions}
onItemSelect={(type) => handleClickQuickNew(type)}
textProp={'name'}
labelProp={'label'}
filterable={false}
popoverProps={{ minimal: false, position: Position.BOTTOM }}
defaultText={'Select'}