@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.
@@ -2780,6 +2780,11 @@ const JaakStamps = class {
2780
2780
  this.hasDocumentDetected = false;
2781
2781
  // Reset sistema simplificado
2782
2782
  this.processedFramesCount = 0;
2783
+ // Reset manual capture and performance degraded mode flags
2784
+ this.showManualCaptureButton = false;
2785
+ this.performanceDegradedMode = false;
2786
+ this.showPerformanceMessage = false;
2787
+ this.processingButton = null;
2783
2788
  this.slowFrameCount = 0;
2784
2789
  // Reset performance degradation state
2785
2790
  this.hasAutoSwitchedToManual = false;