From f1ecab84d9d203f6b85b8e68f1b30bc6d9277371 Mon Sep 17 00:00:00 2001 From: Jin <22962980+JYC333@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:35:29 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20remove=20unused=20co?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/public/app/widgets/dialogs/add_link.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/public/app/widgets/dialogs/add_link.ts b/src/public/app/widgets/dialogs/add_link.ts index ba994a1f2..4d8f416f4 100644 --- a/src/public/app/widgets/dialogs/add_link.ts +++ b/src/public/app/widgets/dialogs/add_link.ts @@ -11,10 +11,6 @@ interface NoteAutocompleteElement extends HTMLElement { getSelectedExternalLink(): string | null; } -interface NoteAutocompleteEvent extends Event { - suggestion: Suggestion; -} - const TPL = `