Use clone for itemviewer trim
All checks were successful
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 6s

This commit is contained in:
2024-12-07 18:00:09 +01:00
parent 0d0a6a82dc
commit d02c1f49b2
2 changed files with 9 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ addEventListener('resize', (_) => {
})
addEventListener("scroll", (_) => {
refreshArrows()
});
})
function handleSubtreeMount(end : Element) {
drawArrow(start.value!!, end)