Raphaël Pinson
8 years ago
No known key found for this signature in database
GPG Key ID: DF0A493B74BF771E
2 changed files with
2 additions and
0 deletions
-
dist/vis.js
-
lib/timeline/component/item/RangeItem.js
|
|
@ -22462,6 +22462,7 @@ return /******/ (function(modules) { // webpackBootstrap |
|
|
|
this.dom.content.style.right = contentStartPosition + 'px'; |
|
|
|
} else { |
|
|
|
this.dom.content.style.left = contentStartPosition + 'px'; |
|
|
|
this.dom.content.style.width = 'calc(100% - ' + contentStartPosition + 'px)'; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
@ -259,6 +259,7 @@ RangeItem.prototype.repositionX = function(limitSize) { |
|
|
|
this.dom.content.style.right = contentStartPosition + 'px'; |
|
|
|
} else { |
|
|
|
this.dom.content.style.left = contentStartPosition + 'px'; |
|
|
|
this.dom.content.style.width = 'calc(100% - ' + contentStartPosition + 'px)'; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|