🚨
This commit is contained in:
parent
d5cf99f0e9
commit
3b488ebecd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export const input = async (protyle: IProtyle, blockElement: HTMLElement, range:
|
|||
if (event && event.inputType === "deleteContentForward") {
|
||||
const wbrNextElement = hasNextSibling(wbrElement) as HTMLElement;
|
||||
if (wbrNextElement && wbrNextElement.nodeType === 1 && !wbrNextElement.textContent.startsWith(Constants.ZWSP)) {
|
||||
const type = wbrNextElement.getAttribute("data-type").split(" ")
|
||||
const type = wbrNextElement.getAttribute("data-type").split(" ");
|
||||
if (type.includes("code") || type.includes("kbd") || type.includes("tag")) {
|
||||
wbrNextElement.insertAdjacentElement("afterbegin", wbrElement);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue