@4i/modal-manager 1.0.42 → 1.0.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4i/modal-manager",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
@@ -118,7 +118,7 @@ const ModalProvider = ({
118
118
  return (
119
119
  <div
120
120
  key={item.modalId}
121
- onMouseUp={(e) => {
121
+ onMouseDown={(e) => {
122
122
  handleCloseModal(i, e);
123
123
  }}
124
124
  >