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;