Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

[Fix]: When destroying, failed to remove the dragover and dragenter events.

Open KonghaYao opened this issue 1 year ago • 2 comments

When I repeated the destroy and mount events, I found that the dragover and dragenter events mounted by Sortablejs were not destroyed, which caused a bug. So I checked the source code and fixed the issue.

KonghaYao avatar May 17 '24 03:05 KonghaYao

image It looks like the tests on circleCI failed, but they were successful on my device. Windows 10.

KonghaYao avatar May 17 '24 07:05 KonghaYao

Because there was an error in the CircleCI pipeline, I upgraded testcafe and its related configurations directly so that it can run test scripts for everyone. image

KonghaYao avatar May 17 '24 08:05 KonghaYao