mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
disable single attribute per line
This commit is contained in:
parent
92ed8e20c9
commit
8b141d652c
154 changed files with 390 additions and 1800 deletions
|
|
@ -109,10 +109,7 @@ export const MainContent = ({ shell }: { shell?: boolean }) => {
|
|||
{showQueueDrawerButton && <SideDrawerQueue />}
|
||||
</Suspense>
|
||||
<FullScreenOverlay />
|
||||
<LeftSidebar
|
||||
isResizing={isResizing}
|
||||
startResizing={startResizing}
|
||||
/>
|
||||
<LeftSidebar isResizing={isResizing} startResizing={startResizing} />
|
||||
<RightSidebar
|
||||
isResizing={isResizingRight}
|
||||
ref={rightSidebarRef}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue