render resize handles first so they can't interfere with a magnified block

This commit is contained in:
Evan Simkowitz 2024-08-17 00:02:08 -07:00
parent edfe711eda
commit 07a843f7bd
No known key found for this signature in database

View File

@ -115,8 +115,8 @@ function TileLayoutComponent({ tabAtom, contents, getCursorPoint }: TileLayoutPr
style={tileStyle}
>
<div key="display" ref={layoutModel.displayContainerRef} className="display-container">
<DisplayNodesWrapper contents={contents} layoutModel={layoutModel} />
<ResizeHandleWrapper layoutModel={layoutModel} />
<DisplayNodesWrapper contents={contents} layoutModel={layoutModel} />
</div>
<Placeholder key="placeholder" layoutModel={layoutModel} style={{ top: 10000, ...overlayTransform }} />
<OverlayNodeWrapper layoutModel={layoutModel} />