-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(expandable): fix #4156 by calling stopProp on subgrid scroll
Previously, the stopPropagation function was not on scrollEvent, causing scrolling in subgrids to also scroll the main grid. This PR exposes stopProp and calls it on subgrid scroll fixes #4156
- Loading branch information
1 parent
e6bc300
commit a7dd337
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters