|
|
@@ -338,9 +338,8 @@ var Grid = FC.Grid = Class.extend(ListenerMixin, {
|
|
|
// Useful for when public API methods that result in re-rendering are invoked during a drag.
|
|
|
// Also useful for when touch devices misbehave and don't fire their touchend.
|
|
|
clearDragListeners: function() {
|
|
|
- if (this.dayDragListener) {
|
|
|
- this.dayDragListener.endInteraction(); // will clear this.dayDragListener
|
|
|
- }
|
|
|
+ this.dayDragListener.endInteraction();
|
|
|
+
|
|
|
if (this.segDragListener) {
|
|
|
this.segDragListener.endInteraction(); // will clear this.segDragListener
|
|
|
}
|