@wizishop/wizi-block 4.2.28-beta → 4.2.29-beta

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.
@@ -24678,6 +24678,7 @@
24678
24678
  var monacoEditor = monaco.editor.create(editorContainer, {
24679
24679
  value: content,
24680
24680
  language: 'html',
24681
+ ariaContainerElement: container
24681
24682
  });
24682
24683
  saveButton.addEventListener('click', function () {
24683
24684
  var content = monacoEditor.getValue();