mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
add missing canvas-note entries in helper functions
Conflicts: src/public/app/entities/note_short.js src/public/app/services/tree_context_menu.js
This commit is contained in:
@@ -10,6 +10,7 @@ import FileTypeWidget from "./type_widgets/file.js";
|
||||
import ImageTypeWidget from "./type_widgets/image.js";
|
||||
import RenderTypeWidget from "./type_widgets/render.js";
|
||||
import RelationMapTypeWidget from "./type_widgets/relation_map.js";
|
||||
import CanvasNoteTypeWidget from "./type_widgets/canvas_note.js";
|
||||
import ProtectedSessionTypeWidget from "./type_widgets/protected_session.js";
|
||||
import BookTypeWidget from "./type_widgets/book.js";
|
||||
import appContext from "../services/app_context.js";
|
||||
@@ -50,6 +51,7 @@ const typeWidgetClasses = {
|
||||
'search': NoneTypeWidget,
|
||||
'render': RenderTypeWidget,
|
||||
'relation-map': RelationMapTypeWidget,
|
||||
'canvas-note': CanvasNoteTypeWidget,
|
||||
'protected-session': ProtectedSessionTypeWidget,
|
||||
'book': BookTypeWidget,
|
||||
'note-map': NoteMapTypeWidget
|
||||
|
||||
Reference in New Issue
Block a user