add _meta to note, in case it got changed to type json

This commit is contained in:
Thomas Frei 2022-04-10 22:06:53 +02:00 committed by Tom
parent 32aa7bb540
commit b14b7b6ad1

View File

@ -249,6 +249,7 @@ export default class ExcalidrawTypeWidget extends TypeWidget {
}) })
const content = { const content = {
_meta: "This note has type `canvas-note`. It uses excalidraw to render.",
elements, elements,
appState, appState,
files: activeFiles, files: activeFiles,