mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
v2.21.2
This commit is contained in:
parent
920a8995d3
commit
81a453955e
10 changed files with 53 additions and 21 deletions
|
|
@ -35,8 +35,6 @@ const
|
|||
dialog = ViewTypePopup === vm.viewType,
|
||||
vmPlace = doc.getElementById(position);
|
||||
|
||||
fireEvent('rl-view-model.create', vm);
|
||||
|
||||
ViewModelClass.__builded = true;
|
||||
ViewModelClass.__vm = vm;
|
||||
|
||||
|
|
@ -113,6 +111,8 @@ const
|
|||
vmDom.addEventListener('transitionend', endShowHide);
|
||||
}
|
||||
|
||||
fireEvent('rl-view-model.create', vm);
|
||||
|
||||
ko.applyBindingAccessorsToNode(
|
||||
vmDom,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue