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

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