add notarizing
This commit is contained in:
@@ -71,6 +71,7 @@ const updateTitle = _debounce(async (editor) => {
|
||||
|
||||
onMounted(async () => {
|
||||
const note = await loadNote(id)
|
||||
console.log(note)
|
||||
lastTitle = note.title
|
||||
|
||||
editor.value = new Editor({
|
||||
@@ -90,11 +91,9 @@ onMounted(async () => {
|
||||
}
|
||||
},
|
||||
}),
|
||||
Markdown.configure({}),
|
||||
Image,
|
||||
],
|
||||
content: note.content,
|
||||
contentType: 'markdown',
|
||||
onUpdate: updateNote,
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user