tangning 8 kuukautta sitten
vanhempi
commit
e9a7aab960
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -164,7 +164,7 @@ const sceneRefWidth = computed(() => {
 const sceneURL = computed(() => main.sceneURL)
 const sceneMobileMode = computed(() => main.sceneMode == 'mobile')
 const handleList = () => {
-  window.open('/#/scene')
+  window.location.href = '/#/scene'
  }
 const sceneRef = ref()
 const main = useMainStore()