mirror of
https://github.com/wassname/template.git
synced 2026-09-10 12:44:01 +08:00
Move controller registration to components; out of article tag as we now can have e.g. citations outside of article in title
This commit is contained in:
@@ -52,7 +52,7 @@ export class HoverBox extends T(HTMLElement) {
|
||||
}
|
||||
|
||||
listen(element) {
|
||||
console.log(element)
|
||||
// console.log(element)
|
||||
this.bindDivEvents(this);
|
||||
this.bindTriggerEvents(element);
|
||||
// this.style.display = "block";
|
||||
|
||||
Reference in New Issue
Block a user