@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.
- package/bundles/index.esm.js +1 -0
- package/bundles/index.js +1 -0
- package/package.json +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -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