[DE] Fix date content control

This commit is contained in:
Julia Radzhabova 2019-12-04 17:43:24 +03:00
parent 44cbef3479
commit f9044a27fc

View file

@ -441,6 +441,7 @@ define([
me.api.asc_SetContentControlProperties(props, id); me.api.asc_SetContentControlProperties(props, id);
controlsContainer.hide(); controlsContainer.hide();
me.api.asc_UncheckContentControlButtons(); me.api.asc_UncheckContentControlButtons();
Common.NotificationCenter.trigger('edit:complete', me.toolbar);
}); });
this.cmpCalendar.on('calendar:keydown', function (cmp, e) { this.cmpCalendar.on('calendar:keydown', function (cmp, e) {
if (e.keyCode==Common.UI.Keys.ESC) { if (e.keyCode==Common.UI.Keys.ESC) {