-
-
Notifications
You must be signed in to change notification settings - Fork 180
onCropComplete is firing on window resize #309
Copy link
Copy link
Closed
Labels
PR-welcomehelp is welcomed for this issuehelp is welcomed for this issuegood first issueGood for newcomersGood for newcomersreleasedThis issue/pull request has been released.This issue/pull request has been released.
Description
Metadata
Metadata
Assignees
Labels
PR-welcomehelp is welcomed for this issuehelp is welcomed for this issuegood first issueGood for newcomersGood for newcomersreleasedThis issue/pull request has been released.This issue/pull request has been released.
Describe the bug
If you resize the window, onCropComplete fires.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not expecting onCropComplete to fire on window resize.. i understand why this might be in place for responsive reasons. But if it is a required feature I would expect the window resize to be debounced.