mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
92265f95c9
commit
b8c10bb718
1 changed files with 3 additions and 1 deletions
|
@ -173,7 +173,9 @@ ${colType === "block" ? ' data-detached="true"' : ""}>${renderCell(genCellValue(
|
|||
previousID: options.previousId,
|
||||
}, (response) => {
|
||||
if (!response.data.values) {
|
||||
showMessage(window.siyuan.languages.insertRowTip);
|
||||
if (!response.data.ignore) {
|
||||
showMessage(window.siyuan.languages.insertRowTip);
|
||||
}
|
||||
} else {
|
||||
let popCellElement: HTMLElement;
|
||||
const updateIds = Object.keys(response.data.values);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue