Skip to content

Commit 2c40a80

Browse files
Jim KekoniusWurper
Jim Kekonius
authored andcommitted
Dispatch column-item-changed when editable date is removed
1 parent 4f3f412 commit 2c40a80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cosmoz-omnitable-column-date-mixin.js

-3
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ export const dateColumnMixin = dedupingMixin(base => // eslint-disable-line max-
195195
item = event.model.item,
196196
oldValue = this.get(this.valuePath, item),
197197
date = this._fromInputString(value);
198-
if (date == null) {
199-
return;
200-
}
201198
this.set(this.valuePath, date, item);
202199
this._fireItemChangeEvent(item, this.valuePath, oldValue, this.renderValue.bind(this));
203200
}

0 commit comments

Comments
 (0)