1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 07:35:57 +09:00
This commit is contained in:
syuilo 2022-12-08 13:44:38 +09:00
parent 686bea6e2a
commit 53fb516179

View File

@ -175,6 +175,9 @@ onMounted(() => {
}); });
} }
// TODO:
//itemsEl.scrollTo();
document.addEventListener('mousedown', onGlobalMousedown, { passive: true }); document.addEventListener('mousedown', onGlobalMousedown, { passive: true });
}); });