Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Sep 23, 2024
1 parent 5ff0cf8 commit e8c603c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/modules/2DViewer/settings/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export function Settings(props: ModuleSettingsProps<any>): React.ReactNode {

function handleFieldChange(fieldId: string | null) {
setFieldId(fieldId);
layerManager.current.updateGlobalSetting("fieldId", fieldId);
}

const hasView = groupDelegate.getDescendantItems((item) => item instanceof View).length > 0;
Expand Down

0 comments on commit e8c603c

Please sign in to comment.