diff options
author | Brian Choromanski <[email protected]> | 2023-10-17 17:06:41 -0400 |
---|---|---|
committer | Brian Choromanski <[email protected]> | 2023-10-17 17:06:41 -0400 |
commit | 41a2fc2cb35d3a676a04af4cce5aacb4cb8a24c7 (patch) | |
tree | f76f954d83d0f1e65d964b47c4196c96bed6e4fb | |
parent | 0f0e404920fd971e51ceff0acea6acd5c9cc1d51 (diff) | |
download | SponsorBlock-41a2fc2cb35d3a676a04af4cce5aacb4cb8a24c7.tar.gz SponsorBlock-41a2fc2cb35d3a676a04af4cce5aacb4cb8a24c7.zip |
Assigned a new ID 'sponsorTimePreviewEndButton' to the newly added 'End' button
-rw-r--r-- | src/components/SponsorTimeEditComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 753be97a..22e10d42 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -297,7 +297,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo ): ""} {(!isNaN(segment[1]) && ![ActionType.Poi, ActionType.Full].includes(sponsorTime.actionType)) ? ( - <span id={"sponsorTimePreviewButton" + this.idSuffix} + <span id={"sponsorTimePreviewEndButton" + this.idSuffix} className="sponsorTimeEditButton" onClick={(e) => this.previewTime(e.ctrlKey, e.shiftKey, true)}> {chrome.i18n.getMessage("End")} |