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}>
<IAICanvasBoundingBoxOverlay />
</Layer>
<Layer
id="preview"
listening={false}
imageSmoothingEnabled={shouldAntialias}
>
<Layer id="preview" imageSmoothingEnabled={shouldAntialias}>
{!isStaging && (
<IAICanvasToolPreview
visible={tool !== 'move'}