mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +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;
|
getSelectedExternalLink(): string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface NoteAutocompleteEvent extends Event {
|
|
||||||
suggestion: Suggestion;
|
|
||||||
}
|
|
||||||
|
|
||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="add-link-dialog modal mx-auto" tabindex="-1" role="dialog">
|
<div class="add-link-dialog modal mx-auto" tabindex="-1" role="dialog">
|
||||||
<div class="modal-dialog modal-lg" style="max-width: 1000px" role="document">
|
<div class="modal-dialog modal-lg" style="max-width: 1000px" role="document">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user