mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
set dropdown menu initDom to null
This commit is contained in:
parent
77d2d099e2
commit
5e2d9c4fb0
2 changed files with 4 additions and 2 deletions
|
@ -207,7 +207,8 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
this.allowSpellcheck = SettingsUserStore.allowSpellcheck;
|
||||
|
||||
addObservablesTo(this, {
|
||||
identitiesMenu: false,
|
||||
// bootstrap dropdown
|
||||
identitiesMenu: null,
|
||||
|
||||
from: '',
|
||||
to: '',
|
||||
|
|
|
@ -36,7 +36,8 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
|||
|
||||
addObservablesTo(this, {
|
||||
currentAudio: '',
|
||||
accountMenu: false
|
||||
// bootstrap dropdown
|
||||
accountMenu: null
|
||||
});
|
||||
|
||||
this.allowContacts = AppUserStore.allowContacts();
|
||||
|
|
Loading…
Reference in a new issue