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.js +1 -1
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +1 -1
- package/package.json +1 -1
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) {
|