Handle promise linting (#5488)
This commit is contained in:
@@ -114,7 +114,7 @@ function CommentThread({
|
||||
if (!topRef.current) {
|
||||
return;
|
||||
}
|
||||
scrollIntoView(topRef.current, {
|
||||
return scrollIntoView(topRef.current, {
|
||||
scrollMode: "if-needed",
|
||||
behavior: "smooth",
|
||||
block: "end",
|
||||
|
||||
Reference in New Issue
Block a user