mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 09:21:41 +00:00
arreglar bug cuando hay muchos bloques
This commit is contained in:
parent
d6141ddee6
commit
c926dcfe8f
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ function setupEditor (editorEl) {
|
|||
if (result) {
|
||||
type.updateInput(result, editorEl)
|
||||
result.classList.add("selected")
|
||||
break
|
||||
} else {
|
||||
if (!contentEl.contains(range.commonAncestorContainer)) return
|
||||
type.disableInput(editorEl)
|
||||
|
|
Loading…
Reference in a new issue