mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 18:54:21 +01:00
This commit is contained in:
parent
7ded2d4077
commit
53aacb8a77
8 changed files with 9 additions and 18 deletions
|
|
@ -33,7 +33,6 @@ import {initFileTree} from "../settings/fileTree";
|
|||
|
||||
export const popMenu = () => {
|
||||
activeBlur();
|
||||
hideKeyboardToolbar();
|
||||
document.getElementById("menu").style.transform = "translateX(0px)";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -672,7 +672,6 @@ export const popSearch = (app: App, searchConfig?: any) => {
|
|||
}
|
||||
|
||||
activeBlur();
|
||||
hideKeyboardToolbar();
|
||||
let includeChild = true;
|
||||
let enableIncludeChild = false;
|
||||
config.idPath.forEach(item => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue