Skip to content

Commit

Permalink
fixes froala#30
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcCullough committed Nov 21, 2016
1 parent 2b6f7fb commit 9c28f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/froala-editor.js
Expand Up @@ -62,7 +62,7 @@ export class FroalaEditor {

}
}
this.instance.on('froalaEditor.contentChanged', (e, editor) => this.value = editor.html.get());
this.instance.on('froalaEditor.contentChanged,froalaEditor.blur', (e, editor) => this.value = editor.html.get());
}

updateEmptyStatus() {
Expand All @@ -85,4 +85,4 @@ export class FroalaEditor {
detached() {
this.tearDownFroala();
}
}
}

0 comments on commit 9c28f63

Please sign in to comment.