@worktile/gantt 15.1.0-next.11 → 15.1.0-next.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3250,7 +3250,9 @@ class NgxGanttBarComponent extends GanttItemUpper {
|
|
|
3250
3250
|
if (!this.firstChange) {
|
|
3251
3251
|
this.drag.updateItem(this.item);
|
|
3252
3252
|
if (changes.item.currentValue.refs?.width !== changes.item.previousValue.refs?.width ||
|
|
3253
|
-
changes.item.currentValue.color !== changes.item.previousValue.color
|
|
3253
|
+
changes.item.currentValue.color !== changes.item.previousValue.color ||
|
|
3254
|
+
changes.item.currentValue.start?.value !== changes.item.previousValue.start?.value ||
|
|
3255
|
+
changes.item.currentValue.end?.value !== changes.item.previousValue.end?.value) {
|
|
3254
3256
|
this.setContentBackground();
|
|
3255
3257
|
}
|
|
3256
3258
|
}
|