@textbus/xnote 1.0.0 → 1.0.1

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.
@@ -2740,6 +2740,7 @@ function AiTool(props) {
2740
2740
  ]));
2741
2741
  commander.paste(slot, aiContentRef.current.innerText);
2742
2742
  });
2743
+ viewModel.showModal = false;
2743
2744
  (_a = props.hideToolbar) === null || _a === void 0 ? void 0 : _a.call(props);
2744
2745
  }
2745
2746
  function replace() {
package/bundles/index.js CHANGED
@@ -2742,6 +2742,7 @@ function AiTool(props) {
2742
2742
  ]));
2743
2743
  commander.paste(slot, aiContentRef.current.innerText);
2744
2744
  });
2745
+ viewModel.showModal = false;
2745
2746
  (_a = props.hideToolbar) === null || _a === void 0 ? void 0 : _a.call(props);
2746
2747
  }
2747
2748
  function replace() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/xnote",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A high-performance rich text editor that supports multiplayer online collaboration.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",