icn3d 3.28.4 → 3.28.5

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/icn3d.module.js CHANGED
@@ -36575,7 +36575,7 @@ class SetOption {
36575
36575
  me.htmlCls.dialogCls.openDlg('dl_legend', 'Color Legend');
36576
36576
  }
36577
36577
  else {
36578
- $("#" + me.pre + "dl_legend").dialog("close");
36578
+ if($('#' + me.pre + 'dl_legend').hasClass('ui-dialog-content') && $('#' + me.pre + 'dl_legend').dialog( 'isOpen' )) $("#" + me.pre + "dl_legend").dialog("close");
36579
36579
  }
36580
36580
 
36581
36581
  // if(bClose) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.28.4",
3
+ "version": "3.28.5",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {