55 |
56 | setIsHorizontal(d)}
58 | horizontal={horizontal}
59 | bgColor={bgColor}
60 | onBgColor={setBgColor}
61 | content={contentRef.current}
62 | />
63 |
64 |
65 |
70 | {Object.entries(windows).map(([id, w]) => (
71 |
72 | ))}
73 |
74 |
75 |
76 |
77 |