@tilde-nlp/ngx-common 8.1.9 → 8.1.10

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.
@@ -8825,6 +8825,12 @@ class AccessibilityDialogComponent {
8825
8825
  this.#accessibility.closeFocusBar();
8826
8826
  }
8827
8827
  reset() {
8828
+ if (this.isTextMagnifierEnabled) {
8829
+ this.toggleTextMagnifier();
8830
+ }
8831
+ if (this.isScreenMaskEnabled) {
8832
+ this.toggleScreenMask();
8833
+ }
8828
8834
  this.changeContrast(AccessibilityContrasts.BASE);
8829
8835
  this.selectedFontSizeIndex = 0;
8830
8836
  this.#accessibility.saveFontSize(this.selectedFontSizeIndex);