From 90963c7258f34b78d5b79aade7e5fb602c604785 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 6 Feb 2026 18:55:29 +0800 Subject: [PATCH] =?UTF-8?q?:iphone:=20=E7=BC=96=E8=BE=91=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E5=8D=95=E5=85=83=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/protyle/render/av/cell.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/protyle/render/av/cell.ts b/app/src/protyle/render/av/cell.ts index 72b385f6f..87b689ba3 100644 --- a/app/src/protyle/render/av/cell.ts +++ b/app/src/protyle/render/av/cell.ts @@ -19,6 +19,7 @@ import {electronUndo} from "../../undo"; import {getFieldIdByCellElement} from "./row"; import {getFieldsByData} from "./view"; import {getCompressURL, removeCompressURL} from "../../../util/image"; +import {callMobileAppShowKeyboard} from "../../../mobile/util/mobileAppUtil"; const renderCellURL = (urlContent: string) => { let host = urlContent; @@ -557,6 +558,7 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type } inputElement.select(); inputElement.focus(); + callMobileAppShowKeyboard(); if (type === "template") { fetchPost("/api/av/renderAttributeView", { id: blockElement.dataset.avId,