mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
5c21de0a0c
commit
d2b687f405
6 changed files with 37 additions and 13 deletions
|
|
@ -16,6 +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 "./showKeyboardToolbar";
|
||||
|
||||
const showAccountInfo = (modelElement: HTMLElement, modelMainElement: Element) => {
|
||||
closePanel();
|
||||
|
|
@ -114,6 +115,8 @@ const genWorkspace = (workspaceDirElement: Element) => {
|
|||
});
|
||||
};
|
||||
export const popMenu = () => {
|
||||
hideKeyboard();
|
||||
hideKeyboardToolbar();
|
||||
const modelElement = document.getElementById("model");
|
||||
const modelMainElement = document.getElementById("modelMain");
|
||||
const scrimElement = document.querySelector(".scrim");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue