@bigbinary/neeto-media-recorder 2.1.0 → 2.1.2
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/core.js +1 -1
- package/core.js.map +1 -1
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -716,7 +716,10 @@ var Controls = function Controls(_ref) {
|
|
|
716
716
|
size: "large",
|
|
717
717
|
style: "danger",
|
|
718
718
|
onClick: function onClick() {
|
|
719
|
-
|
|
719
|
+
setAudioConfiguration(false);
|
|
720
|
+
useRecorderStore.setState({
|
|
721
|
+
error: ""
|
|
722
|
+
});
|
|
720
723
|
}
|
|
721
724
|
}), /*#__PURE__*/jsx(Button, {
|
|
722
725
|
className: "flex-shrink-0",
|