add config types
This commit is contained in:
parent
b099bb1218
commit
6debd1e7f2
11 changed files with 147 additions and 58 deletions
|
|
@ -238,7 +238,7 @@ const reducer = (state = initial, action: HyperActions) => {
|
|||
ret.modifierKeys = config.modifierKeys;
|
||||
}
|
||||
|
||||
if (allowedHamburgerMenuValues.has(config.showHamburgerMenu)) {
|
||||
if (allowedHamburgerMenuValues.has(config.showHamburgerMenu as any)) {
|
||||
ret.showHamburgerMenu = config.showHamburgerMenu;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue