only scroll handlebar if needed

This commit is contained in:
Josh Hawkins 2024-03-07 21:39:55 -06:00
parent f7150aa43f
commit a544117877

View File

@ -130,6 +130,7 @@ function useDraggableHandler({
scrollIntoView(thumb, {
block: "center",
behavior: "smooth",
scrollMode: "if-needed",
});
}
}