@wizishop/wizi-block 4.2.30-beta → 4.2.31-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.
@@ -24677,10 +24677,11 @@
24677
24677
  document.querySelector('body').appendChild(container);
24678
24678
  setTimeout(function () {
24679
24679
  console.log('monacoeditor init');
24680
+ console.log(modal);
24680
24681
  var monacoEditor = monaco.editor.create(editorContainer, {
24681
24682
  value: content,
24682
24683
  language: 'html',
24683
- ariaContainerElement: container
24684
+ ariaContainerElement: modal
24684
24685
  });
24685
24686
  saveButton.addEventListener('click', function () {
24686
24687
  var content = monacoEditor.getValue();