@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.
- package/bundles/wizishop-wizi-block.umd.js +2 -1
- package/bundles/wizishop-wizi-block.umd.js.map +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js +1 -1
- package/bundles/wizishop-wizi-block.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/editorjs/tools/paragraph/tool-type/text-edition.component.js +3 -2
- package/fesm2015/wizishop-wizi-block.js +2 -1
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +1 -1
- package/wizi-block.scss +215 -215
|
@@ -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:
|
|
24684
|
+
ariaContainerElement: modal
|
|
24684
24685
|
});
|
|
24685
24686
|
saveButton.addEventListener('click', function () {
|
|
24686
24687
|
var content = monacoEditor.getValue();
|