1
0
Эх сурвалжийг харах

chore: remove reset onUnmounted

Co-authored-by: Tino Koch <17991193+Tinoooo@users.noreply.github.com>
Alvaro Saburido 2 сар өмнө
parent
commit
1124d8d289

+ 0 - 5
src/composables/useCamera/index.ts

@@ -135,11 +135,6 @@ export const useCameraManager = ({ sizes }: UseCameraParams): UseCameraReturn =>
     }
   })
 
-  // Clean up on unmount
-  onUnmounted(() => {
-    cameras.value = []
-    activeCameraUuid.value = null
-  })
 
   return {
     activeCamera,