diff --git a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue index d21e18087c..34f501d463 100644 --- a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue +++ b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue @@ -243,6 +243,7 @@ const unlock = () => { const hideComponent = () => { setTimeout(() => { layerStore.hideComponent() + layerStore.pausedTooltipCarousel(curComponent.value.id) snapshotStore.recordSnapshotCache('realTime-hideComponent') }) } @@ -250,6 +251,7 @@ const hideComponent = () => { const showComponent = () => { setTimeout(() => { layerStore.showComponent() + layerStore.resumeTooltipCarousel(curComponent.value.id) snapshotStore.recordSnapshotCache('showComponent') }) } diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index ad4e70f492..7889169ddd 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -7,6 +7,7 @@ width="70vw" trigger="click" class="userViewEnlarge-class" + @close="handleClose" >