mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
refactor: 💡 remove unused code
This commit is contained in:
parent
f1f55fd4f8
commit
f1ecab84d9
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user