Fixed #369 - Editor readonly not working due to typo

pull/388/head
cagataycivici 2020-07-10 15:15:24 +03:00
parent fbc7d15f5b
commit 19822e01fe
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default {
modules: {
toolbar: this.$refs.toolbarElement
},
readOnly: this.readOnly,
readOnly: this.readonly,
theme: 'snow',
formats: this.formats
});