mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
fe6e9c68fc
commit
645d7a089f
4 changed files with 22 additions and 17 deletions
|
|
@ -609,7 +609,7 @@ export const addResize = (obj: Layout | Wnd) => {
|
|||
}
|
||||
|
||||
const getMinSize = (element: HTMLElement) => {
|
||||
let minSize = 220;
|
||||
let minSize = 224;
|
||||
Array.from(element.querySelectorAll(".file-tree")).find((item) => {
|
||||
if (item.classList.contains("sy__backlink") || item.classList.contains("sy__graph")
|
||||
|| item.classList.contains("sy__globalGraph") || item.classList.contains("sy__inbox")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue