@opengeni/react 3.7.0-canary.1 → 3.7.0-canary.3

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.
@@ -996,7 +996,7 @@ function measureComposerContentHeight(textarea) {
996
996
  mirror.setAttribute("aria-hidden", "true");
997
997
  mirror.tabIndex = -1;
998
998
  mirror.rows = 1;
999
- mirror.style.cssText = "position:absolute;top:0;left:0;visibility:hidden;pointer-events:none;height:auto;min-height:0;max-height:none;overflow:hidden;z-index:-1;";
999
+ mirror.style.cssText = "position:fixed;top:0;left:-100000px;visibility:hidden;pointer-events:none;height:auto;min-height:0;max-height:none;overflow:hidden;z-index:-1;";
1000
1000
  composerHeightMirror = mirror;
1001
1001
  }
1002
1002
  const style = getComputedStyle(textarea);
@@ -4926,4 +4926,4 @@ export {
4926
4926
  useVoiceInput,
4927
4927
  ComposerTranscriptionControl
4928
4928
  };
4929
- //# sourceMappingURL=chunk-INGB2N5R.js.map
4929
+ //# sourceMappingURL=chunk-3IY6UZI6.js.map