Skip to content

Commit

Permalink
remove unnecessary parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Steffens <florian.steffens@nextcloud.com>
  • Loading branch information
Florian Steffens committed Sep 1, 2023
1 parent 3008ebf commit 7d9b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/ncEditor/NcEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
if (value === '') {
this.setupEditor()
} else {
this.editor.setContent(value, true)
this.editor.setContent(value)
}
}
},
Expand Down

0 comments on commit 7d9b5b6

Please sign in to comment.