mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 10:21:41 +00:00
editor: arreglar marks con propiedades con otras marks adentro
This commit is contained in:
parent
9cdcaf3cb3
commit
805780730d
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ function generateClickListener (editorEl, contentEl) {
|
|||
if (selectedType) {
|
||||
event.preventDefault()
|
||||
selectedType.updateInput(selectedEl, editorEl)
|
||||
event.target.classList.add("selected")
|
||||
selectedEl.classList.add("selected")
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue