mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
89c93f8ce8
commit
2474db3ab8
16 changed files with 38 additions and 40 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue