Skip to content

Commit 38e5fac

Browse files
committed
Fixed unexpected error when closing j-Directory.
1 parent 341ed6a commit 38e5fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

j-Directory/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ COMPONENT('directory', 'minwidth:200;create:Create', function(self, config, cls)
9393
skiphide = false;
9494
}, 800);
9595

96-
if (self.opt.search === false)
96+
if (self.opt && self.opt.search === false)
9797
$(this).blur();
9898
});
9999

j-Directory/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datecreated": "2019-01-26T12:36:00.000Z",
3-
"dateupdated": "2025-11-10T11:18:00.000Z",
3+
"dateupdated": "2025-11-16T18:09:00.000Z",
44
"name": "j-Directory",
55
"jcomponent": "19|20",
66
"color": "transparent",

0 commit comments

Comments
 (0)