@topconsultnpm/sdkui-react-beta 6.12.96 → 6.12.98

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.
@@ -59,7 +59,8 @@ const TMModal = ({ resizable = true, isModal = true, title = '', toolbar, onClos
59
59
  setInitialHeight(e.height.toString());
60
60
  };
61
61
  const onHiding = (e) => {
62
- e.cancel = true;
62
+ if (isModal)
63
+ e.cancel = true;
63
64
  if (hidePopup)
64
65
  setShowPopup(false);
65
66
  onClose && onClose();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.96",
3
+ "version": "6.12.98",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",