Skip to content

Commit f5efaa5

Browse files
author
Cornelis G. A. Kolbach
authored
Merge pull request #511 from Patternslib/allow-nesting-pat-collapsible
search only immediately below the trigger for panel-content
2 parents 359e4ce + 09d4a17 commit f5efaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/collapsible/collapsible.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ define([
5858
return;
5959
}
6060

61-
this.$panel = $el.find(".panel-content");
61+
this.$panel = $el.children(".panel-content");
6262
if (this.$panel.length === 0) {
6363
if ($content.length) {
6464
this.$panel = $content

0 commit comments

Comments
 (0)