mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix uninteractable canvas bbox
This commit is contained in:
committed by
Kent Keirsey
parent
2ffecef792
commit
e108a2302e
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user