Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Chauvin committed Sep 26, 2024
1 parent 348c8a5 commit 7be4abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/usePersistCameraConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function usePersistCameraConfig(
viewCameraStore.updateConfig(viewIDVal, dataIDVal, {
[key]: v,
});
if (viewCameraStore.isSync) {
if (viewCameraStore.isSync()) {
viewCameraStore.updateSyncConfigs();
}
},
Expand Down

0 comments on commit 7be4abe

Please sign in to comment.