Skip to content

Commit 15c98f4

Browse files
author
Roy Sutton
committed
Addressed exception in nested panels
Enyo-DCO-1.1-Signed-off-by: Roy Sutton <roy.sutton@lge.com>
1 parent ac558ea commit 15c98f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Panels/Panels.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ var Panels = module.exports = kind(
502502
*/
503503
animationEnded: function (sender, event) {
504504
this.completed();
505+
return true;
505506
},
506507

507508
/**
@@ -651,6 +652,7 @@ var Panels = module.exports = kind(
651652
this.stepTransition();
652653
this.transitioning = false;
653654
this.completeTransition();
655+
this.dragging = false;
654656
},
655657

656658
/**

0 commit comments

Comments
 (0)