Skip to content

Commit 9294a54

Browse files
committed
Fixed Title heading sync broken - Failed to push steps #1538
There is second patch needed in nextcloud/text to finally solve this issue. Thx for devolping patch to @gaudryc Signed-off-by: Frank Rochlitzer <theroch@users.noreply.github.com>
1 parent 1a2a577 commit 9294a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NoteRich.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export default {
9494
this.editor = (await window.OCA.Text.createEditor({
9595
el: this.$refs.editor,
9696
fileId: parseInt(this.noteId),
97+
filePath: this.note.internalPath,
9798
readOnly: false,
9899
onUpdate: ({ markdown }) => {
99100
if (this.note) {

0 commit comments

Comments
 (0)