mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
This commit is contained in:
parent
abcd7b6cf8
commit
8a16755fd8
6 changed files with 6 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ export const insertAttrViewBlockAnimation = (protyle: IProtyle, blockElement: El
|
|||
// 有排序需要加入最后一行
|
||||
if(blockElement.querySelector('.av__views [data-type="av-sort"]').classList.contains("block__icon--active")) {
|
||||
previousElement = blockElement.querySelector(".av__row--util").previousElementSibling;
|
||||
showMessage(window.siyuan.languages.insertRowTip2);
|
||||
}
|
||||
let colHTML = '<div class="av__firstcol av__colsticky"><svg><use xlink:href="#iconUncheck"></use></svg></div>';
|
||||
const pinIndex = previousElement.querySelectorAll(".av__colsticky .av__cell").length - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue