Explorar o código

refactor(TerrainViewer): remove unused isAutoRotating state

删除了未使用的isAutoRotating响应式状态变量,清理冗余代码
wenhongquan hai 1 mes
pai
achega
01c230acdc
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/components/TerrainViewer.vue

+ 0 - 1
src/components/TerrainViewer.vue

@@ -23,7 +23,6 @@ const loading = ref(true)
 const error = ref(null)
 const veModel = ref(props.verticalExaggeration)
 const infoText = ref('')
-const isAutoRotating = ref(false)
 const realtimeMetrics = ref([])
 const loadingMetrics = ref(false)