@plesk/ui-library 3.40.0 → 3.40.2

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.
@@ -95,6 +95,9 @@ class CodeEditor extends _react.Component {
95
95
  if (!this.textareaNode.current) {
96
96
  return;
97
97
  }
98
+ if (this.codeMirror) {
99
+ this.codeMirror.toTextArea();
100
+ }
98
101
  this.CodeMirror = CodeMirror;
99
102
  const {
100
103
  onInit,
package/cjs/index.js CHANGED
@@ -46,5 +46,5 @@ Object.keys(_components).forEach(function (key) {
46
46
  });
47
47
  });
48
48
  // Copyright 1999-2023. Plesk International GmbH. All rights reserved.
49
- const version = exports.version = "3.40.0";
49
+ const version = exports.version = "3.40.2";
50
50
  (0, _svg4everybody.default)();