Skip to content

Commit 217110b

Browse files
cyfung1031Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3de7303 commit 217110b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/components/layout/ScrollBoundary.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const handleScrollBoundaryWheel = (evt: Event) => {
1919
if ((evt.target as Element).closest(".monaco-editor")) {
2020
evt.preventDefault();
2121
} else {
22-
evt.stopImmediatePropagation();
2322
evt.stopPropagation();
2423
// evt.preventDefault();
2524
}

0 commit comments

Comments
 (0)