mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 14:34:24 +01:00
docs: remove comments duplicating code
This commit is contained in:
parent
656e7c069d
commit
6ad2b49ab3
@ -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…
x
Reference in New Issue
Block a user