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 82f7144 commit 3543e0aCopy full SHA for 3543e0a
kit/src/lib/DocNotebookDropdown.svelte
@@ -41,7 +41,7 @@
41
42
onMount(() => {
43
(async () => {
44
- await tick()
+ await tick();
45
onResize();
46
})();
47
});
0 commit comments