@exmg/exm-markdown-editor 1.1.23 → 1.1.24
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.
|
@@ -257,7 +257,7 @@ export class MarkdownEditorElementBase extends MarkdownBaseClass {
|
|
|
257
257
|
<span>Editor</span>
|
|
258
258
|
<span>Preview</span>
|
|
259
259
|
</section>
|
|
260
|
-
<div class="editor" id="editor"
|
|
260
|
+
<div class="editor" id="editor"></div>
|
|
261
261
|
<div id="preview" class="preview"></div>
|
|
262
262
|
${this.fullScreen
|
|
263
263
|
? html `
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exmg/exm-markdown-editor",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "576d7d1f8477a41af924101531164e7d82f0d1d2"
|
|
56
56
|
}
|