mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved ComposePopupView bSkipNextHide to ComposePopupView.inEdit
This commit is contained in:
parent
7df534b4b5
commit
d8b1e3432a
4 changed files with 125 additions and 124 deletions
|
|
@ -9,9 +9,7 @@ export const AppUserStore = {
|
|||
addObservablesTo(AppUserStore, {
|
||||
focusedState: 'none',
|
||||
|
||||
threadsAllowed: false,
|
||||
|
||||
composeInEdit: false
|
||||
threadsAllowed: false
|
||||
});
|
||||
|
||||
AppUserStore.focusedState.subscribe(value => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue