mirror of
https://github.com/makeplane/plane.git
synced 2025-12-22 22:59:33 +01:00
[WIKI-549] fix: comment scroll logic #7412
This commit is contained in:
committed by
GitHub
parent
bfd4bd5e75
commit
2058f06b8a
@@ -38,7 +38,7 @@ export const useHashScroll = (args: TArgs): TReturnType => {
|
||||
setTimeout(() => {
|
||||
element.scrollIntoView({
|
||||
behavior: "smooth",
|
||||
block: "center",
|
||||
block: "nearest",
|
||||
});
|
||||
}, scrollDelay);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user