Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Nov 8, 2024
1 parent c99a7d2 commit 35b18aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/modules/2DViewer/layers/SharedSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class SharedSetting implements Item {
publishValueChange(): void {
const layerManager = this._itemDelegate.getLayerManager();
if (layerManager) {
layerManager.publishTopic(LayerManagerTopic.SETTINGS_CHANGED);
layerManager.publishTopic(LayerManagerTopic.LAYER_DATA_REVISION);
}
}

Expand Down

0 comments on commit 35b18aa

Please sign in to comment.