Skip to content

Commit

Permalink
fix(sanity): remove smooth behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias authored and skogsmaskin committed Apr 29, 2024
1 parent 3f73824 commit 772e4c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function useScrollSelectionIntoView(scrollElement: HTMLElement | null) {
return
}
scrollIntoView(leafEl, {
behavior: 'smooth',
scrollMode: 'if-needed',
boundary: scrollElement,
block: 'nearest',
Expand Down

0 comments on commit 772e4c7

Please sign in to comment.