@seafile/seafile-editor 2.0.46-beta → 2.0.46-beta1

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.
@@ -115,6 +115,8 @@ const applyMarkForInlineItem = function (result, item) {
115
115
  result.push({
116
116
  ...textNode
117
117
  });
118
+ // reset testNode
119
+ textNode = {};
118
120
  return;
119
121
  }
120
122
  const attr_key = INLINE_KEY_MAP[type];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "2.0.46-beta",
3
+ "version": "2.0.46-beta1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {