From 46ed19f18e91034e8d44729fa5e3af8a3f2439e6 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 26 Apr 2024 22:33:28 +0800 Subject: [PATCH] :art: spellcheck="false" --- app/src/protyle/render/av/cell.ts | 6 +++--- app/src/protyle/render/av/col.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/protyle/render/av/cell.ts b/app/src/protyle/render/av/cell.ts index fcb69cbaa..9cfa6dc0a 100644 --- a/app/src/protyle/render/av/cell.ts +++ b/app/src/protyle/render/av/cell.ts @@ -352,11 +352,11 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type } const style = `style="padding-top: 6.5px;position:absolute;left: ${cellRect.left}px;top: ${cellRect.top}px;width:${Math.max(cellRect.width, 25)}px;height: ${height}px"`; if (["text", "email", "phone", "block", "template"].includes(type)) { - html = ``; + html = ``; } else if (type === "url") { - html = ``; + html = ``; } else if (type === "number") { - html = ``; + html = ``; } else { if (["select", "mSelect"].includes(type)) { openMenuPanel({protyle, blockElement, type: "select", cellElements}); diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index 16b836475..b1cb27982 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -175,7 +175,7 @@ export const getEditHTML = (options: { } else if (colData.type === "template") { html += ` `; } else if (colData.type === "relation") { const isSelf = colData.relation?.avID === options.data.id;