feat(trading): move trade grid panel - add back priority for chart pane (#3880)
This commit is contained in:
parent
45adac2932
commit
a4512e6064
@ -277,6 +277,7 @@ const MainGrid = memo(
|
||||
</TradeGridChild>
|
||||
</ResizableGridPanel>
|
||||
<ResizableGridPanel
|
||||
priority={LayoutPriority.High}
|
||||
minSize={200}
|
||||
preferredSize={sizesMiddle[1] || '50%'}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user