mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-23 11:30:15 -05:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user