Add one more hide modal

This commit is contained in:
Lim Chee Aun 2023-02-17 11:29:53 +08:00
parent e53352592b
commit 4337c89ddf

View file

@ -61,6 +61,7 @@ export function hideAllModals() {
states.showAccount = false;
states.showDrafts = false;
states.showMediaModal = false;
states.showShortcutsSettings = false;
}
export function statusKey(id, instance) {