From 19822e01fe4feacfb9056cf04a0dc8a3712e84d0 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 10 Jul 2020 15:15:24 +0300 Subject: [PATCH] Fixed #369 - Editor readonly not working due to typo --- src/components/editor/Editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor/Editor.vue b/src/components/editor/Editor.vue index 6d5065eca..866657a9b 100755 --- a/src/components/editor/Editor.vue +++ b/src/components/editor/Editor.vue @@ -71,7 +71,7 @@ export default { modules: { toolbar: this.$refs.toolbarElement }, - readOnly: this.readOnly, + readOnly: this.readonly, theme: 'snow', formats: this.formats });