Skip to content

Commit 696e76b

Browse files
committed
♻️ Rename (#1907)
1 parent d094cc7 commit 696e76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/SubmissionStatus/UpdatingDropdown.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
return option;
237237
});
238238
239-
function manageDropdown(node: HTMLElement) {
239+
function handleDropdown(node: HTMLElement) {
240240
if (!browser) {
241241
return {
242242
destroy: () => {},
@@ -288,7 +288,7 @@
288288
}
289289
</script>
290290

291-
<div class="fixed inset-0 pointer-events-none z-50 w-full h-full" use:manageDropdown>
291+
<div class="fixed inset-0 pointer-events-none z-50 w-full h-full" use:handleDropdown>
292292
<Dropdown
293293
{activeUrl}
294294
{dropdownStatus}

0 commit comments

Comments
 (0)