Removed logging, updated packages
This commit is contained in:
744
package-lock.json
generated
744
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
||||
"dependencies": {
|
||||
"@astrojs/sitemap": "^3.6.0",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"astro": "^5.15.4",
|
||||
"astro": "^5.16.3",
|
||||
"flowbite": "^3.1.2",
|
||||
"leader-line-new": "^1.1.9",
|
||||
"luxon": "^3.7.2",
|
||||
|
||||
@@ -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