chore(react/type_widget): move old widgets

This commit is contained in:
Elian Doran
2025-09-19 17:40:24 +03:00
parent 06bfb0073a
commit 1fb329565f
70 changed files with 15 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ import Button from "../react/Button";
import { Suggestion, triggerRecentNotes } from "../../services/note_autocomplete";
import tree from "../../services/tree";
import froca from "../../services/froca";
import EditableTextTypeWidget, { type BoxSize } from "../type_widgets/editable_text";
import EditableTextTypeWidget, { type BoxSize } from "../type_widgets_old/editable_text";
import { useTriliumEvent } from "../react/hooks";
export default function IncludeNoteDialog() {
@@ -83,4 +83,4 @@ async function includeNote(notePath: string, textTypeWidget: EditableTextTypeWid
} else {
textTypeWidget.addIncludeNote(noteId, boxSize);
}
}
}