@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.
- package/bundles/wizishop-wizi-block.umd.js +1 -0
- 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 +2 -1
- package/fesm2015/wizishop-wizi-block.js +1 -0
- package/fesm2015/wizishop-wizi-block.js.map +1 -1
- package/package.json +1 -1
|
@@ -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();
|