mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
faltaba el selector de clase
This commit is contained in:
parent
1006f6b4c5
commit
d83b32d4fd
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ function setupEditor (editorEl) {
|
|||
}
|
||||
})
|
||||
contentEl.addEventListener("paste", event => {
|
||||
contentEl.querySelector("editor-aviso-word").style.display = "block"
|
||||
contentEl.querySelector(".editor-aviso-word").style.display = "block"
|
||||
})
|
||||
document.addEventListener("selectionchange", event => {
|
||||
cleanContent(contentEl)
|
||||
|
|
Loading…
Reference in a new issue