transitionend listen to opacity as top changed on resize of view

This commit is contained in:
the-djmaze 2024-07-07 23:33:29 +02:00
parent f644430a78
commit cd5ba2b000
2 changed files with 3 additions and 5 deletions

View file

@ -11,12 +11,10 @@
*/
addEventListener('rl-vm-visible', e => {
const view = e.detail;
/* Not working
if (view && 'PopupsCompose' === view.viewModelTemplateID) {
view.to(rl.settings.get('DemoEmail'));
view.to('<' + rl.settings.get('Email') + '>');
// view.to(view.from());
}
*/
if (view && 'PopupsAsk' === view.viewModelTemplateID) {
view.passphrase('demo');
}