mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
🎨 rm nodeID
This commit is contained in:
parent
859a541155
commit
f85e1178c4
3 changed files with 3 additions and 13 deletions
|
|
@ -23,7 +23,6 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: () => void) =
|
|||
const left = e.querySelector(".av__scroll")?.scrollLeft || 0;
|
||||
fetchPost("/api/av/renderAttributeView", {
|
||||
id: e.getAttribute("data-av-id"),
|
||||
nodeID: e.getAttribute("data-node-id")
|
||||
}, (response) => {
|
||||
const data = response.data.view as IAVTable;
|
||||
// header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue