matcha-components 20.234.0 → 20.235.0

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.
@@ -14828,7 +14828,7 @@ class MatchaTextEditorComponent {
14828
14828
  return;
14829
14829
  }
14830
14830
  const mergedConfig = { ...DEFAULT_CONFIG, ...this._config };
14831
- this._editor = SUNEDITOR.create(this.editorId, {
14831
+ this._editor = SUNEDITOR.create(`#${this.editorId}`, {
14832
14832
  plugins: SUNEDITOR.plugins,
14833
14833
  buttonList: buildButtonList(mergedConfig),
14834
14834
  height: mergedConfig.height || '400px',