Removed logging, updated packages
This commit is contained in:
@@ -5,10 +5,9 @@ class CustomTimeline extends HTMLElement {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this._eventElements = this._getNodeElements();
|
||||
|
||||
window.addEventListener("load", this._paintLeaderLines);
|
||||
|
||||
}
|
||||
|
||||
_getNodeElements = (): Element[] =>
|
||||
@@ -37,7 +36,6 @@ class CustomTimeline extends HTMLElement {
|
||||
+
|
||||
(Number(rectWrapper.top)) + "px)"
|
||||
|
||||
console.log(wrapper.style.transform)
|
||||
line.position()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user