refactor: 💡 remove unused code

This commit is contained in:
Jin 2025-03-04 00:35:29 +01:00
parent f1f55fd4f8
commit f1ecab84d9

View File

@ -11,10 +11,6 @@ interface NoteAutocompleteElement extends HTMLElement {
getSelectedExternalLink(): string | null;
}
interface NoteAutocompleteEvent extends Event {
suggestion: Suggestion;
}
const TPL = `
<div class="add-link-dialog modal mx-auto" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" style="max-width: 1000px" role="document">