@jaak.ai/stamps 2.1.0-dev.16 → 2.1.0-dev.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1575,6 +1575,11 @@ export class JaakStamps {
1575
1575
  this.hasDocumentDetected = false;
1576
1576
  // Reset sistema simplificado
1577
1577
  this.processedFramesCount = 0;
1578
+ // Reset manual capture and performance degraded mode flags
1579
+ this.showManualCaptureButton = false;
1580
+ this.performanceDegradedMode = false;
1581
+ this.showPerformanceMessage = false;
1582
+ this.processingButton = null;
1578
1583
  this.slowFrameCount = 0;
1579
1584
  // Reset performance degradation state
1580
1585
  this.hasAutoSwitchedToManual = false;