Allow dragging around notices

This commit is contained in:
Ajay
2023-12-22 10:44:21 -05:00
parent 2865ea77fe
commit 5ac19eecd4
3 changed files with 79 additions and 3 deletions

View File

@@ -316,6 +316,7 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
<select id={"sponsorTimeCategories" + this.idSuffix}
className="sponsorTimeCategories sponsorTimeEditSelector"
defaultValue={this.segments[0].category}
onMouseDown={(e) => e.stopPropagation()}
ref={this.categoryOptionRef}>
{this.getCategoryOptions()}