mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 17:10:20 +01:00
Merge branch 'MDL-77241-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
ae1447060e
2
course/format/amd/build/local/content.min.js
vendored
2
course/format/amd/build/local/content.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -161,7 +161,7 @@ export default class Component extends BaseComponent {
|
||||
const closestCollapse = event.target.closest(this.selectors.COLLAPSE);
|
||||
// Assume that chevron is the only collapse toggler in a section heading;
|
||||
// I think this is the most efficient way to verify at the moment.
|
||||
const isChevron = closestCollapse.closest(this.selectors.SECTION_ITEM);
|
||||
const isChevron = closestCollapse?.closest(this.selectors.SECTION_ITEM);
|
||||
|
||||
if (sectionlink || isChevron) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user