Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Nov 15, 2024
1 parent e322fd6 commit 4151351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/modules/2DViewer/layers/SharedSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class SharedSetting implements Item {
this._wrappedSetting.getDelegate().setLoading(false);

this._wrappedSetting.getDelegate().setAvailableValues(availableValues);
this.publishValueChange();
}

serializeState(): SerializedSharedSetting {
Expand Down

0 comments on commit 4151351

Please sign in to comment.