This commit is contained in:
Vanessa 2023-02-17 15:46:46 +08:00
parent 89c93f8ce8
commit 2474db3ab8
16 changed files with 38 additions and 40 deletions

View file

@ -599,7 +599,7 @@ export const getInstanceById = (id: string, layout = window.siyuan.layout.center
export const addResize = (obj: Layout | Wnd) => {
if (!obj.resize) {
return
return;
}
const resizeWnd = (resizeElement: HTMLElement, direction: string) => {
const setSize = (item: HTMLElement, direction: string) => {