docs: remove comments duplicating code

This commit is contained in:
Jakob Schlanstedt 2025-10-22 16:39:14 +02:00 committed by Jakob Schlanstedt
parent 74a16579f4
commit e4af137c44

View file

@ -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(
{