@checksub_team/peaks_timeline 2.0.0-alpha.7 → 2.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/peaks.js +1 -0
- package/src/components/line-indicator.js +2 -0
package/package.json
CHANGED
package/peaks.js
CHANGED
|
@@ -15756,6 +15756,7 @@ module.exports = function (Konva, SVGs, Utils) {
|
|
|
15756
15756
|
this._width,
|
|
15757
15757
|
this._height
|
|
15758
15758
|
]);
|
|
15759
|
+
this.refreshIndicators();
|
|
15759
15760
|
};
|
|
15760
15761
|
LineIndicator.prototype._createIndicator = function (lineGroup, type, text) {
|
|
15761
15762
|
const indicator = new Konva.Group();
|