@wangeditor-next/plugin-formula 0.0.12-beta.1 → 0.0.12-beta.3

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.
@@ -1,4 +1,3 @@
1
- .katex .katex-html {
2
- /* \newline is an empty block at top level, between .base elements */
3
- display:none;
1
+ .katex-html {
2
+ display: none;
4
3
  }
package/dist/index.js CHANGED
@@ -2546,6 +2546,7 @@
2546
2546
  }, null);
2547
2547
  // 构建容器 vnode
2548
2548
  var containerVnode = snabbdom.h('div', {
2549
+ className: 'w-e-textarea-formula-container',
2549
2550
  props: {
2550
2551
  contentEditable: false, // 不可编辑
2551
2552
  },
package/dist/index.mjs CHANGED
@@ -1191,6 +1191,7 @@ function renderFormula(elem, children, editor) {
1191
1191
  }, null);
1192
1192
  // 构建容器 vnode
1193
1193
  var containerVnode = h('div', {
1194
+ className: 'w-e-textarea-formula-container',
1194
1195
  props: {
1195
1196
  contentEditable: false, // 不可编辑
1196
1197
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangeditor-next/plugin-formula",
3
- "version": "0.0.12-beta.1",
3
+ "version": "0.0.12-beta.3",
4
4
  "description": "wangEditor next formula 公式",
5
5
  "author": "cycleccc <2991205548@qq.com>",
6
6
  "type": "module",