Skip to content

Commit 9673b0b

Browse files
committed
fix(popup): prevent swiping popup when swiping over enabled sortable
1 parent b9afba6 commit 9673b0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/components/popup/popup-class.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class Popup extends Modal {
144144
) {
145145
return;
146146
}
147+
if ($(e.target).closest('.sortable-handler').length > 0) return;
147148
isTouched = true;
148149
isMoved = false;
149150
startTouch = {

0 commit comments

Comments
 (0)