|
|
@@ -175,15 +175,6 @@ const currentScene = computed(() => store.getters["scene/currentScene"]);
|
|
|
|
|
|
const isLargeScreen = window.innerWidth > 750
|
|
|
|
|
|
-watch(currentScene, (newV, oldV) => {
|
|
|
- nextTick(() => {
|
|
|
- const activeLiElem = document.querySelector(`#scene-item-${newV.sceneCode}`)
|
|
|
- if (activeLiElem) {
|
|
|
- activeLiElem.scrollIntoView()
|
|
|
- }
|
|
|
- })
|
|
|
-})
|
|
|
-
|
|
|
const currentCatalogRoot = computed(
|
|
|
() => store.getters["scene/currentCatalogRoot"]
|
|
|
);
|