mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 09:48:43 +00:00
update and fixies
This commit is contained in:
parent
1239fed5dd
commit
ae26ba1a87
@ -223,6 +223,7 @@ export default defineComponent({
|
|||||||
entries.forEach(
|
entries.forEach(
|
||||||
(element) => {
|
(element) => {
|
||||||
if (element.isIntersecting && element.intersectionRatio > 0) {
|
if (element.isIntersecting && element.intersectionRatio > 0) {
|
||||||
|
console.log("Last Value:", lastItem.value);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
currentItem.value = element.target.id;
|
currentItem.value = element.target.id;
|
||||||
}, 200);
|
}, 200);
|
||||||
@ -254,6 +255,7 @@ export default defineComponent({
|
|||||||
dashboardStore.currentTabItems.length - 1
|
dashboardStore.currentTabItems.length - 1
|
||||||
].i
|
].i
|
||||||
}`;
|
}`;
|
||||||
|
console.log(lastItem.value)
|
||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user