Kaynağa Gözat

:art: Improve tooltip

Jeffrey Chen 7 ay önce
ebeveyn
işleme
1d5f2f8ab7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/src/dialog/tooltip.ts

+ 1 - 1
app/src/dialog/tooltip.ts

@@ -57,7 +57,7 @@ export const showTooltip = (message: string, target: Element, tooltipClasses?: s
         // 编辑器动态滚动条
         // 编辑器动态滚动条
         top = targetRect.top - messageElement.clientHeight;
         top = targetRect.top - messageElement.clientHeight;
     } else if (position?.endsWith("west")) {
     } else if (position?.endsWith("west")) {
-        // 删除按钮
+        // 数据库属性视图 移除条目按钮
         top = targetRect.top + (parseInt(position) || 0);
         top = targetRect.top + (parseInt(position) || 0);
         left = targetRect.left - messageElement.clientWidth - 8;
         left = targetRect.left - messageElement.clientWidth - 8;
     }
     }