Отладка (удален повторный код).
This commit is contained in:
parent
c0544b30aa
commit
56af9c6c06
|
@ -2422,11 +2422,6 @@ define([
|
||||||
me.toolbar.btnInsertText.menu.hide();
|
me.toolbar.btnInsertText.menu.hide();
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
||||||
|
|
||||||
if (e.type !== 'click')
|
|
||||||
me.toolbar.btnInsertText.menu.hide();
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -1644,11 +1644,6 @@ define([
|
||||||
me.toolbar.btnInsertText.menu.hide();
|
me.toolbar.btnInsertText.menu.hide();
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
||||||
|
|
||||||
if (e.type !== 'click')
|
|
||||||
me.toolbar.btnInsertText.menu.hide();
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -2046,11 +2046,6 @@ define([
|
||||||
me.toolbar.btnInsertText.menu.hide();
|
me.toolbar.btnInsertText.menu.hide();
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
||||||
|
|
||||||
if (e.type !== 'click')
|
|
||||||
me.toolbar.btnInsertText.menu.hide();
|
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar, me.toolbar.btnInsertText);
|
|
||||||
Common.component.Analytics.trackEvent('ToolBar', 'Add Text Art');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue