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 d094cc7 commit 696e76bCopy full SHA for 696e76b
src/lib/components/SubmissionStatus/UpdatingDropdown.svelte
@@ -236,7 +236,7 @@
236
return option;
237
});
238
239
- function manageDropdown(node: HTMLElement) {
+ function handleDropdown(node: HTMLElement) {
240
if (!browser) {
241
return {
242
destroy: () => {},
@@ -288,7 +288,7 @@
288
}
289
</script>
290
291
-<div class="fixed inset-0 pointer-events-none z-50 w-full h-full" use:manageDropdown>
+<div class="fixed inset-0 pointer-events-none z-50 w-full h-full" use:handleDropdown>
292
<Dropdown
293
{activeUrl}
294
{dropdownStatus}
0 commit comments