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