We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d0623 commit d4f8782Copy full SHA for d4f8782
1 file changed
assets/js/hooks/collapsible.js
@@ -10,7 +10,6 @@ const CollapsibleChevronOnly = {
10
this.details = this.el.parentElement;
11
this.handleClick = (e) => {
12
if (e.target === this.chevron) {
13
- console.log('open');
14
this.details.open = !this.details.open;
15
}
16
e.preventDefault();
0 commit comments