Skip to content

Commit

Permalink
v5: Popup - swipe unset transition duration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Aug 18, 2019
1 parent 4dcd8fd commit 758af18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/popup/popup-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class Popup extends Modal {

if (typeof popup.params.swipeToClose === 'string' && direction !== popup.params.swipeToClose) {
$el.transform('');
$el.transition('');
return;
}

Expand Down

0 comments on commit 758af18

Please sign in to comment.