Fix right panel settings

This commit is contained in:
Julia Radzhabova 2021-07-19 20:52:32 +03:00
parent c18ed375ca
commit b4c0fd398f

View file

@ -139,7 +139,7 @@ define([
var panel = this._settings[type].panel;
var props = this._settings[type].props;
if (props && panel)
panel.ChangeSettings.call(panel, (type==Common.Utils.documentSettingsType.Signature) ? undefined : props);
panel.ChangeSettings.call(panel, (type==Common.Utils.documentSettingsType.Signature) ? undefined : props, this._state.wsLock, this._state.wsProps);
}
Common.NotificationCenter.trigger('layout:changed', 'rightmenu');
},