Skip to content

Commit

Permalink
CLL-299: do full update on primitive detach
Browse files Browse the repository at this point in the history
  • Loading branch information
signatenkov committed Nov 21, 2024
1 parent 40c8cc5 commit 14c3cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/series-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export class SeriesApi<
this._series.detachPrimitive(primitive as ISeriesPrimitiveBase<unknown>);
if (primitive.detached) {
primitive.detached();
this._series.model().fullUpdate();
}
}

Expand Down

0 comments on commit 14c3cc0

Please sign in to comment.