fix/[se]: invalid editor type check

This commit is contained in:
Konstantin Kireyev
2024-07-22 13:34:07 +05:00
parent 1f607ebce0
commit 1488794017

View File

@ -331,7 +331,7 @@ define([
createPostLoadElements: function() {
var me = this;
if (!me.type !== 'edit') {
if (me.type !== 'edit') {
return;
}