mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
bfa355b58d
commit
d100932236
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@
|
||||||
urlCell.removeChild(input);
|
urlCell.removeChild(input);
|
||||||
urlCell.textContent = entry.url;
|
urlCell.textContent = entry.url;
|
||||||
});
|
});
|
||||||
|
input.addEventListener("click", function(event){
|
||||||
|
event.stopPropagation();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
urlCell.textContent = entry.url;
|
urlCell.textContent = entry.url;
|
||||||
row.appendChild(urlCell);
|
row.appendChild(urlCell);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue