Поправлен баг скроллинга
This commit is contained in:
@@ -786,6 +786,8 @@ class Search {
|
|||||||
|
|
||||||
if (this.ignoreScrolling) {
|
if (this.ignoreScrolling) {
|
||||||
this.lastScrollTop = curScrollTop;
|
this.lastScrollTop = curScrollTop;
|
||||||
|
if (this.$refs.toolPanel.offsetTop > curScrollTop)
|
||||||
|
this.$refs.toolPanel.style.top = `${curScrollTop}px`;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user