We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00adab commit 10d70ebCopy full SHA for 10d70eb
src/popup/script.js
@@ -615,6 +615,7 @@ const handleAdd = function (item) {
615
const clone = document.importNode(template.content, true);
616
clone.querySelector("span").textContent = item.label;
617
clone.querySelector("span").title = item.label;
618
+ clone.querySelector("span").addEventListener("dblclick", play);
619
clone.querySelector(".play").addEventListener("click", play);
620
clone.querySelector(".remove").addEventListener("click", remove);
621
if (position === item.position) {
0 commit comments