mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🚨
This commit is contained in:
parent
d74c7d462f
commit
48df7bc5cb
3 changed files with 1 additions and 3 deletions
|
|
@ -230,7 +230,7 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven
|
|||
if (e.getAttribute("updated")) {
|
||||
e.setAttribute("updated", newId.split("-")[0]);
|
||||
}
|
||||
isBlock = true
|
||||
isBlock = true;
|
||||
});
|
||||
if (nodeElement.classList.contains("table")) {
|
||||
isBlock = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue