[DE] Fix date content control
This commit is contained in:
parent
44cbef3479
commit
f9044a27fc
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue