Skip to content
Snippets Groups Projects
Commit 2956fc0a authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

Merge branch 'fixing-readonly-wax' into 'master'

SImpleEditor wax readonly

See merge request xpub!115
parents e205cc0d 31b710b4
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ const DecisionLayout = ({ ...@@ -52,6 +52,7 @@ const DecisionLayout = ({
content: ( content: (
<SimpleEditor <SimpleEditor
content={version.source} content={version.source}
editing="selection"
key={key} key={key}
layout="bare" layout="bare"
readOnly readOnly
...@@ -97,6 +98,7 @@ const DecisionLayout = ({ ...@@ -97,6 +98,7 @@ const DecisionLayout = ({
content: ( content: (
<SimpleEditor <SimpleEditor
content={currentVersion.source} content={currentVersion.source}
editing="selection"
key={key} key={key}
layout="bare" layout="bare"
readOnly readOnly
......
...@@ -53,6 +53,7 @@ const ReviewLayout = ({ ...@@ -53,6 +53,7 @@ const ReviewLayout = ({
content: ( content: (
<SimpleEditor <SimpleEditor
content={version.source} content={version.source}
editing="selection"
key={key} key={key}
layout="bare" layout="bare"
readOnly readOnly
...@@ -96,6 +97,7 @@ const ReviewLayout = ({ ...@@ -96,6 +97,7 @@ const ReviewLayout = ({
content: ( content: (
<SimpleEditor <SimpleEditor
content={currentVersion.source} content={currentVersion.source}
editing="selection"
key={key} key={key}
layout="bare" layout="bare"
readOnly readOnly
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment