mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
fix/[se]: invalid editor type check
This commit is contained in:
@ -331,7 +331,7 @@ define([
|
||||
|
||||
createPostLoadElements: function() {
|
||||
var me = this;
|
||||
if (!me.type !== 'edit') {
|
||||
if (me.type !== 'edit') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user