mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Add one more hide modal
This commit is contained in:
parent
e53352592b
commit
4337c89ddf
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ export function hideAllModals() {
|
||||||
states.showAccount = false;
|
states.showAccount = false;
|
||||||
states.showDrafts = false;
|
states.showDrafts = false;
|
||||||
states.showMediaModal = false;
|
states.showMediaModal = false;
|
||||||
|
states.showShortcutsSettings = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function statusKey(id, instance) {
|
export function statusKey(id, instance) {
|
||||||
|
|
Loading…
Reference in a new issue