mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 12:51:42 +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) {
|
if (selectedType) {
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
selectedType.updateInput(selectedEl, editorEl)
|
selectedType.updateInput(selectedEl, editorEl)
|
||||||
event.target.classList.add("selected")
|
selectedEl.classList.add("selected")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue