|
|
@ -123,7 +123,6 @@ RangeItem.prototype.redraw = function() { |
|
|
|
|
|
|
|
this.dirty = false; |
|
|
|
} |
|
|
|
console.log("redrawing range"); |
|
|
|
this._repaintDeleteButton(dom.box); |
|
|
|
this._repaintDragLeft(); |
|
|
|
this._repaintDragRight(); |
|
|
@ -308,7 +307,6 @@ RangeItem.prototype._repaintDragLeft = function () { |
|
|
|
* @protected |
|
|
|
*/ |
|
|
|
RangeItem.prototype._repaintDragRight = function () { |
|
|
|
console.log("repainting!!!!"); |
|
|
|
if (this.selected && this.options.editable.updateTime && !this.dom.dragRight) { |
|
|
|
// create and show drag area
|
|
|
|
var dragRight = document.createElement('div'); |
|
|
|