feat(views/table): insert row below

This commit is contained in:
Elian Doran
2025-07-13 13:06:53 +03:00
parent 7a48333b4f
commit 5dd5af90c2
3 changed files with 40 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ import type FBranch from "../entities/fbranch.js";
import type { ChooseNoteTypeResponse } from "../widgets/dialogs/note_type_chooser.js";
import type { CKTextEditor } from "@triliumnext/ckeditor5";
interface CreateNoteOpts {
export interface CreateNoteOpts {
isProtected?: boolean;
saveSelection?: boolean;
title?: string | null;