mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Update Canvas.js
This commit is contained in:
@@ -726,7 +726,7 @@ export class Canvas {
|
||||
}
|
||||
ctx.restore();
|
||||
});
|
||||
if (this.isResizingCanvas && this.canvasResizeRect) {
|
||||
if (this.interaction.mode === 'resizingCanvas' && this.canvasResizeRect) {
|
||||
const rect = this.canvasResizeRect;
|
||||
ctx.save();
|
||||
ctx.strokeStyle = 'rgba(0, 255, 0, 0.8)';
|
||||
|
||||
Reference in New Issue
Block a user