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 = ({
content: (
<SimpleEditor
content={version.source}
editing="selection"
key={key}
layout="bare"
readOnly
......@@ -97,6 +98,7 @@ const DecisionLayout = ({
content: (
<SimpleEditor
content={currentVersion.source}
editing="selection"
key={key}
layout="bare"
readOnly
......
......@@ -53,6 +53,7 @@ const ReviewLayout = ({
content: (
<SimpleEditor
content={version.source}
editing="selection"
key={key}
layout="bare"
readOnly
......@@ -96,6 +97,7 @@ const ReviewLayout = ({
content: (
<SimpleEditor
content={currentVersion.source}
editing="selection"
key={key}
layout="bare"
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