main #19

Merged
artem merged 39 commits from main into dev 2023-09-22 14:13:12 +02:00
Showing only changes of commit 77e835e33e - Show all commits

View File

@ -66,12 +66,14 @@ export default {
this.$nextTick(() => {
element.scrollIntoView({
block: "start",
behavior: "smooth",
});
});
} else if (scrollUp) {
this.$nextTick(() => {
element.scrollIntoView({
block: "end",
behavior: "smooth",
});
});
}