mirror of
https://github.com/zadam/trilium.git
synced 2025-01-14 19:19:28 +08:00
add _meta to note, in case it got changed to type json
This commit is contained in:
parent
32aa7bb540
commit
b14b7b6ad1
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue