Skip to content

Commit

Permalink
Don’t emit an update on init
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 13, 2025
1 parent 3189b8a commit e2d7a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Forms/Writer/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default class Editor extends Emitter {
// give extensions access to our view
this.extensions.view = this.view;

this.setContent(this.options.content, true);
this.setContent(this.options.content);
}

insertText(text, selected = false) {
Expand Down

0 comments on commit e2d7a1d

Please sign in to comment.