@memberstack/dom 1.9.19 → 1.9.20

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.
@@ -142,6 +142,9 @@ exports.openModal = function (type, params) {
142
142
  };
143
143
  exports.hideModal = function () {
144
144
  console.log("hide modal called");
145
- modal === null || modal === void 0 ? void 0 : modal.$destroy();
145
+ try {
146
+ modal === null || modal === void 0 ? void 0 : modal.$destroy();
147
+ }
148
+ catch (e) { }
146
149
  exports.hideLoader();
147
150
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberstack/dom",
3
- "version": "1.9.19",
3
+ "version": "1.9.20",
4
4
  "main": "./lib/index.js",
5
5
  "files": [
6
6
  "lib/**/*"