fix image saving + new icon
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m55s

This commit is contained in:
2025-11-30 01:44:32 -08:00
parent 8978ba8cc8
commit 2842abdca7
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ describe('FlyerCorrectionTool', () => {
} as unknown as CanvasRenderingContext2D;
}
return null;
}) as any;
}) as typeof window.HTMLCanvasElement.prototype.getContext;
});
it('should not render when isOpen is false', () => {