mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +01:00
📱 编辑数据库单元格
This commit is contained in:
parent
ed1005af29
commit
05e660d5f6
4 changed files with 17 additions and 16 deletions
|
|
@ -38,6 +38,7 @@ import {escapeHtml} from "../../../util/escape";
|
|||
import {editGalleryItem, openGalleryItemMenu} from "./gallery/util";
|
||||
import {clearSelect} from "../../util/clear";
|
||||
import {removeCompressURL} from "../../../util/image";
|
||||
import {callMobileAppShowKeyboard} from "../../../mobile/util/mobileAppUtil";
|
||||
|
||||
let foldTimeout: number;
|
||||
export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLElement }) => {
|
||||
|
|
@ -327,7 +328,10 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
if (viewsElement) {
|
||||
viewsElement.classList.add("av__views--show");
|
||||
}
|
||||
searchElement.focus();
|
||||
callMobileAppShowKeyboard();
|
||||
setTimeout(() => {
|
||||
searchElement.focus();
|
||||
}, Constants.TIMEOUT_TRANSITION);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue