mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
513d439b9f
commit
6f312ea7cc
1 changed files with 4 additions and 1 deletions
|
|
@ -130,6 +130,9 @@ export const avRender = (element: Element, protyle: IProtyle, cb?: (data: IAV) =
|
|||
}
|
||||
}
|
||||
});
|
||||
if (eWidth === 0) {
|
||||
pinMaxIndex = pinIndex;
|
||||
}
|
||||
pinIndex = Math.min(pinIndex, pinMaxIndex);
|
||||
if (pinIndex > -1) {
|
||||
tableHTML = '<div class="av__row av__row--header"><div class="av__colsticky"><div class="av__firstcol"><svg><use xlink:href="#iconUncheck"></use></svg></div>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue