mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
console cleanup
This commit is contained in:
parent
ae26ba1a87
commit
1f7139d85a
@ -223,7 +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);
|
// console.log("Last Value:", lastItem.value);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
currentItem.value = element.target.id;
|
currentItem.value = element.target.id;
|
||||||
}, 200);
|
}, 200);
|
||||||
@ -255,7 +255,7 @@ export default defineComponent({
|
|||||||
dashboardStore.currentTabItems.length - 1
|
dashboardStore.currentTabItems.length - 1
|
||||||
].i
|
].i
|
||||||
}`;
|
}`;
|
||||||
console.log(lastItem.value)
|
// console.log(lastItem.value)
|
||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -339,7 +339,7 @@ export default defineComponent({
|
|||||||
);
|
);
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
window.addEventListener("scroll", (e) => {
|
window.addEventListener("scroll", (e) => {
|
||||||
console.log(e);
|
// console.log(e);
|
||||||
});
|
});
|
||||||
tabRef?.value["parentElement"]?.classList?.toggle("item");
|
tabRef?.value["parentElement"]?.classList?.toggle("item");
|
||||||
if (dashboardStore.fullView) {
|
if (dashboardStore.fullView) {
|
||||||
|
Loading…
Reference in New Issue
Block a user