mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
📱 编辑数据库单元格
This commit is contained in:
parent
05e660d5f6
commit
90963c7258
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue