diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 15f265ee..801e8952 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -155,6 +155,8 @@ class SponsorTimeEditComponent extends React.Component e.stopPropagation()} + onKeyUp={(e) => e.stopPropagation()} onChange={(e) => this.handleOnChange(1, e, sponsorTime, e.target.value)} onWheel={(e) => this.changeTimesWhenScrolling(1, e, sponsorTime)}> @@ -240,6 +242,8 @@ class SponsorTimeEditComponent extends React.Component e.stopPropagation()} + onKeyUp={(e) => e.stopPropagation()} onContextMenu={(e) => e.stopPropagation()} onChange={(e) => this.descriptionUpdate(e.target.value)} onFocus={() => this.setState({chapterNameSelectorOpen: true})}>