From b14b7b6ad162cad53b17c4e0c1055f01fc978e2b Mon Sep 17 00:00:00 2001 From: Thomas Frei <7283497+thfrei@users.noreply.github.com> Date: Sun, 10 Apr 2022 22:06:53 +0200 Subject: [PATCH] add _meta to note, in case it got changed to type `json` --- src/public/app/widgets/type_widgets/canvas_note.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/widgets/type_widgets/canvas_note.js b/src/public/app/widgets/type_widgets/canvas_note.js index 1f9e6c507..18d0ebcd4 100644 --- a/src/public/app/widgets/type_widgets/canvas_note.js +++ b/src/public/app/widgets/type_widgets/canvas_note.js @@ -249,6 +249,7 @@ export default class ExcalidrawTypeWidget extends TypeWidget { }) const content = { + _meta: "This note has type `canvas-note`. It uses excalidraw to render.", elements, appState, files: activeFiles,