mirror of
https://github.com/status-im/codimd.git
synced 2025-02-03 09:33:27 +00:00
Fixed possible bug in partialUpdate
This commit is contained in:
parent
02cd3d633e
commit
32a89e13cd
@ -2038,7 +2038,7 @@ function partialUpdate(src, tar, des) {
|
||||
console.log(removeElements[j].outerHTML);
|
||||
}
|
||||
if (removeElements[j])
|
||||
removeElements[j].remove();
|
||||
$(removeElements[j]).remove();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user