@assistant-ui/react 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
@@ -3633,7 +3633,7 @@ var ExternalStoreThreadRuntime = class {
|
|
3633
3633
|
edit: this.store.onEdit !== void 0,
|
3634
3634
|
reload: this.store.onReload !== void 0,
|
3635
3635
|
cancel: this.store.onCancel !== void 0,
|
3636
|
-
copy:
|
3636
|
+
copy: this.store.onCopy !== null
|
3637
3637
|
};
|
3638
3638
|
}
|
3639
3639
|
messages = [];
|