mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Merge branch 'release/v6.3.0' into develop
# Conflicts: # apps/common/main/lib/controller/Plugins.js # apps/common/main/lib/view/Header.js # apps/documenteditor/main/app/controller/Main.js # apps/documenteditor/main/app/view/ParagraphSettingsAdvanced.js # apps/documenteditor/main/app/view/Toolbar.js # apps/documenteditor/main/locale/sl.json # apps/presentationeditor/main/app/view/ParagraphSettingsAdvanced.js # apps/presentationeditor/main/locale/ja.json # apps/spreadsheeteditor/main/app/controller/Main.js # apps/spreadsheeteditor/main/app/template/Toolbar.template # apps/spreadsheeteditor/main/app/view/ParagraphSettingsAdvanced.js
This commit is contained in:
@ -769,6 +769,9 @@ define([
|
||||
'-o-transform': 'scale(1)',
|
||||
'opacity': '1'
|
||||
});
|
||||
setTimeout(function () {
|
||||
me.fireEvent('animate:after', me);
|
||||
}, 210);
|
||||
}, 1);
|
||||
|
||||
setTimeout(function () {
|
||||
@ -779,6 +782,9 @@ define([
|
||||
this.$window.css({opacity: 1});
|
||||
this.$window.addClass('notransform');
|
||||
this.fireEvent('show', this);
|
||||
setTimeout(function () {
|
||||
me.fireEvent('animate:after', me);
|
||||
}, 10);
|
||||
}
|
||||
|
||||
Common.NotificationCenter.trigger('window:show', this);
|
||||
|
||||
Reference in New Issue
Block a user