mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Fix double click skip in popup
This commit is contained in:
@@ -656,7 +656,7 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
|
|||||||
skipButton.className = "voteButton";
|
skipButton.className = "voteButton";
|
||||||
skipButton.src = chrome.runtime.getURL("icons/skip.svg");
|
skipButton.src = chrome.runtime.getURL("icons/skip.svg");
|
||||||
skipButton.addEventListener("click", () => skipSegment(actionType, UUID, skipButton));
|
skipButton.addEventListener("click", () => skipSegment(actionType, UUID, skipButton));
|
||||||
container.addEventListener("dblclick", () => skipSegment(actionType, UUID));
|
votingButtons.addEventListener("dblclick", () => skipSegment(actionType, UUID));
|
||||||
|
|
||||||
//add thumbs up, thumbs down and uuid copy buttons to the container
|
//add thumbs up, thumbs down and uuid copy buttons to the container
|
||||||
voteButtonsContainer.appendChild(upvoteButton);
|
voteButtonsContainer.appendChild(upvoteButton);
|
||||||
|
|||||||
Reference in New Issue
Block a user