Vanessa 2025-04-17 00:08:52 +08:00
parent 7ded2d4077
commit 53aacb8a77
8 changed files with 9 additions and 18 deletions

View file

@ -33,7 +33,6 @@ import {initFileTree} from "../settings/fileTree";
export const popMenu = () => {
activeBlur();
hideKeyboardToolbar();
document.getElementById("menu").style.transform = "translateX(0px)";
};

View file

@ -672,7 +672,6 @@ export const popSearch = (app: App, searchConfig?: any) => {
}
activeBlur();
hideKeyboardToolbar();
let includeChild = true;
let enableIncludeChild = false;
config.idPath.forEach(item => {