This commit is contained in:
Julia Radzhabova 2022-10-12 19:41:17 +03:00
parent 9feabc6ac3
commit c03c7638d9

View file

@ -580,6 +580,8 @@ define([
},
SetDisabled: function(disable, options) {
if (!this.mode) return;
if ( !this.panels ) {
this.mode.disableEditing = disable;
} else {