We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75a01b commit c308b66Copy full SHA for c308b66
src/pat/scroll-marker/scroll-marker.js
@@ -31,7 +31,7 @@ class Pattern extends BasePattern {
31
// differently, e.g. by clicking in a pat-navigation menu.
32
set_current_disabled = false;
33
34
- async init() {
+ init() {
35
// Get all elements that are referenced by links in the current page.
36
this.observables = new Map(
37
[...dom.querySelectorAllAndMe(this.el, "a[href^='#']")]
0 commit comments