This commit is contained in:
parent
abcd7b6cf8
commit
8a16755fd8
6 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"insertRowTip": "New rows have been filtered, you can cancel the filtering to view",
|
||||
"insertRowTip2": "New rows do not participate in sorting",
|
||||
"insertPhoto": "Take a photo and insert it",
|
||||
"relativeToToday": "Relative to today",
|
||||
"current": "This",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"insertRowTip": "Se han filtrado nuevas filas, puede cancelar el filtrado para ver",
|
||||
"insertRowTip2": "Las filas nuevas no participan en la clasificación",
|
||||
"insertPhoto": "Toma una foto e insértala",
|
||||
"relativeToToday": "Relativa a hoy",
|
||||
"current": "Esto",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"insertRowTip": "De nouvelles lignes ont été filtrées, vous pouvez annuler le filtrage pour afficher",
|
||||
"insertRowTip2": "Les nouvelles lignes ne participent pas au tri",
|
||||
"insertPhoto": "Prendre une photo et l'insérer",
|
||||
"relativeToToday": "Par rapport à aujourd'hui",
|
||||
"current": "Ceci",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"insertRowTip": "新增行已被過濾,可取消過濾進行檢視",
|
||||
"insertRowTip2": "新增行不參與排序",
|
||||
"insertPhoto": "拍照並插入",
|
||||
"relativeToToday": "相對於今天",
|
||||
"current": "當前",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"insertRowTip": "新增行已被过滤,可取消过滤进行查看",
|
||||
"insertRowTip2": "新增行不参与排序",
|
||||
"insertPhoto": "拍照并插入",
|
||||
"relativeToToday": "相对于今天",
|
||||
"current": "当前",
|
||||
|
|
|
@ -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
Reference in a new issue