This commit is contained in:
Vanessa 2022-10-21 11:35:12 +08:00
parent 9fb4d9da2a
commit 4a0a1495db
157 changed files with 11245 additions and 1 deletions

View file

@ -1030,6 +1030,7 @@ export const tableMenu = (protyle: IProtyle, nodeElement: Element, cellElement:
}
}
}
focusByRange(range);
updateTransaction(protyle, nodeElement.getAttribute("data-node-id"), nodeElement.outerHTML, oldHTML);
}
});