mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
parent
bfa355b58d
commit
d100932236
@ -225,6 +225,9 @@
|
||||
urlCell.removeChild(input);
|
||||
urlCell.textContent = entry.url;
|
||||
});
|
||||
input.addEventListener("click", function(event){
|
||||
event.stopPropagation();
|
||||
});
|
||||
});
|
||||
urlCell.textContent = entry.url;
|
||||
row.appendChild(urlCell);
|
||||
|
Loading…
x
Reference in New Issue
Block a user