[DE] Fix Bug 36978

This commit is contained in:
Julia Radzhabova 2018-02-21 16:05:03 +03:00
parent c8390124d7
commit 27bc0f79f1

View file

@ -1865,10 +1865,10 @@ define([
},
onControlsSelect: function(item, e) {
var me = this;
var props = this.api.asc_GetContentControlProperties();
if (props) {
if (item.value == 'settings') {
var me = this;
(new DE.Views.ControlSettingsDialog({
props: props,
handler: function (result, value) {