Unverified Commit bcb47ec3 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

fix: Update EditableSection interaction (#547)

* Update EditableSection interaction

* Update EditableSection interaction

* Cleanup
parent 982106bf
...@@ -128,7 +128,7 @@ export class EditableSection extends React.Component< ...@@ -128,7 +128,7 @@ export class EditableSection extends React.Component<
<label className="editable-section-label"> <label className="editable-section-label">
<div <div
className="editable-section-label-wrapper" className="editable-section-label-wrapper"
onClick={this.preventDefault} onClick={!readOnly ? this.preventDefault : null}
> >
<span className="section-title title-3"> <span className="section-title title-3">
{EditableSection.convertText(title)} {EditableSection.convertText(title)}
......
Markdown is supported
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