mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 02:21:06 +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;
|
this.allowSpellcheck = SettingsUserStore.allowSpellcheck;
|
||||||
|
|
||||||
addObservablesTo(this, {
|
addObservablesTo(this, {
|
||||||
identitiesMenu: false,
|
// bootstrap dropdown
|
||||||
|
identitiesMenu: null,
|
||||||
|
|
||||||
from: '',
|
from: '',
|
||||||
to: '',
|
to: '',
|
||||||
|
|
|
@ -36,7 +36,8 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
||||||
|
|
||||||
addObservablesTo(this, {
|
addObservablesTo(this, {
|
||||||
currentAudio: '',
|
currentAudio: '',
|
||||||
accountMenu: false
|
// bootstrap dropdown
|
||||||
|
accountMenu: null
|
||||||
});
|
});
|
||||||
|
|
||||||
this.allowContacts = AppUserStore.allowContacts();
|
this.allowContacts = AppUserStore.allowContacts();
|
||||||
|
|
Loading…
Reference in a new issue