mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
877e28570e
commit
1ccebe7079
4 changed files with 56 additions and 55 deletions
|
|
@ -16,7 +16,7 @@ import {Dialog} from "../../dialog";
|
|||
import {syncGuide} from "../../sync/syncGuide";
|
||||
import {openCard} from "../../card/openCard";
|
||||
import {pathPosix} from "../../util/pathName";
|
||||
import {hideKeyboard, hideKeyboardToolbar} from "./keyboardToolbar";
|
||||
import {activeBlur, hideKeyboardToolbar} from "./keyboardToolbar";
|
||||
|
||||
const showAccountInfo = (modelElement: HTMLElement, modelMainElement: Element) => {
|
||||
closePanel();
|
||||
|
|
@ -115,7 +115,7 @@ const genWorkspace = (workspaceDirElement: Element) => {
|
|||
});
|
||||
};
|
||||
export const popMenu = () => {
|
||||
hideKeyboard();
|
||||
activeBlur();
|
||||
hideKeyboardToolbar();
|
||||
const modelElement = document.getElementById("model");
|
||||
const modelMainElement = document.getElementById("modelMain");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue