set dropdown menu initDom to null

This commit is contained in:
the-djmaze 2023-11-26 18:06:42 +01:00
parent 77d2d099e2
commit 5e2d9c4fb0
2 changed files with 4 additions and 2 deletions

View file

@ -207,7 +207,8 @@ export class ComposePopupView extends AbstractViewPopup {
this.allowSpellcheck = SettingsUserStore.allowSpellcheck;
addObservablesTo(this, {
identitiesMenu: false,
// bootstrap dropdown
identitiesMenu: null,
from: '',
to: '',

View file

@ -36,7 +36,8 @@ export class SystemDropDownUserView extends AbstractViewRight {
addObservablesTo(this, {
currentAudio: '',
accountMenu: false
// bootstrap dropdown
accountMenu: null
});
this.allowContacts = AppUserStore.allowContacts();