diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index a378d4ea..db1591b8 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -230,7 +230,7 @@ class SponsorTimeEditComponent extends React.Component this.setState({chapterNameSelectorOpen: false})}> +
e.stopPropagation()} onChange={(e) => this.descriptionUpdate(e.target.value)} + onBlur={() => this.setState({chapterNameSelectorOpen: false})} onFocus={() => this.setState({chapterNameSelectorOpen: true})}> {this.state.chapterNameSelectorOpen && this.state.description &&