fix(ui): fix uninteractable canvas bbox

This commit is contained in:
psychedelicious 2023-12-31 13:46:10 +11:00 committed by Kent Keirsey
parent 2ffecef792
commit e108a2302e

View File

@ -233,11 +233,7 @@ const IAICanvas = () => {
<Layer listening={false}> <Layer listening={false}>
<IAICanvasBoundingBoxOverlay /> <IAICanvasBoundingBoxOverlay />
</Layer> </Layer>
<Layer <Layer id="preview" imageSmoothingEnabled={shouldAntialias}>
id="preview"
listening={false}
imageSmoothingEnabled={shouldAntialias}
>
{!isStaging && ( {!isStaging && (
<IAICanvasToolPreview <IAICanvasToolPreview
visible={tool !== 'move'} visible={tool !== 'move'}