mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 12:50:47 +08:00
docs: remove comments duplicating code
This commit is contained in:
parent
74a16579f4
commit
e4af137c44
1 changed files with 0 additions and 3 deletions
|
|
@ -500,7 +500,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
|
|||
break;
|
||||
}
|
||||
|
||||
// --- CREATE AND LINK NOTE INTO INBOX ---
|
||||
case SuggestionAction.CreateAndLinkNoteIntoInbox: {
|
||||
const { note } = await noteCreateService.createNote(
|
||||
{
|
||||
|
|
@ -521,7 +520,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
|
|||
break;
|
||||
}
|
||||
|
||||
// --- CREATE NOTE INTO PATH ---
|
||||
case SuggestionAction.CreateNoteIntoPath: {
|
||||
const { note } = await noteCreateService.createNote(
|
||||
{
|
||||
|
|
@ -543,7 +541,6 @@ function initNoteAutocomplete($el: JQuery<HTMLElement>, options?: Options) {
|
|||
break;
|
||||
}
|
||||
|
||||
// --- CREATE AND LINK NOTE INTO PATH ---
|
||||
case SuggestionAction.CreateAndLinkNoteIntoPath: {
|
||||
const { note } = await noteCreateService.createNote(
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue