Skip to content

Commit

Permalink
feat(camera): Prettified
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Chauvin committed Sep 26, 2024
1 parent deaa77c commit 3575ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/view-configs/camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export const useViewCameraStore = defineStore('viewCamera', () => {

patchDoubleKeyRecord(configs, viewID, dataID, config);
};

const disableCameraAutoReset = ref(false);

const toggleCameraAutoReset = () => {
disableCameraAutoReset.value = !disableCameraAutoReset.value;
}
};

const removeView = (viewID: string) => {
delete configs[viewID];
Expand Down

0 comments on commit 3575ff5

Please sign in to comment.