Skip to content

Commit

Permalink
bug: Missing redraw on Image Icon Visibility change
Browse files Browse the repository at this point in the history
  • Loading branch information
Strepto committed Jul 6, 2023
1 parent 15a4389 commit 7845a62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export class DefaultImage360Collection implements Image360Collection {
public setIconsVisibility(visible: boolean): void {
this._isCollectionVisible = visible;
this.image360Entities.forEach(entity => entity.icon.setVisible(visible));
this._needsRedraw = true;
}

/**
Expand Down

0 comments on commit 7845a62

Please sign in to comment.