mirror of
https://github.com/wassname/template.git
synced 2026-08-04 13:23:33 +08:00
WIP switch to webcomponents loader async polyfills; multiple small fixes for Firefox and generally more defensive coding
This commit is contained in:
+2
-2
@@ -38,7 +38,7 @@ export const Controller = {
|
||||
citeTag.entries = entries;
|
||||
},
|
||||
|
||||
onCiteKeyChanged(event) {
|
||||
onCiteKeyChanged() {
|
||||
// const [citeTag, keys] = event.detail;
|
||||
|
||||
// update citations
|
||||
@@ -145,7 +145,7 @@ export const Controller = {
|
||||
return;
|
||||
} else {
|
||||
Controller.loaded = true;
|
||||
console.log('Controller running DOMContentLoaded')
|
||||
console.log('Controller running DOMContentLoaded');
|
||||
}
|
||||
|
||||
const frontMatterTag = document.querySelector('d-front-matter');
|
||||
|
||||
Reference in New Issue
Block a user