Skip to content

Commit 5583048

Browse files
authored
Update filter-event.js
1 parent b92ffc7 commit 5583048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/table/helpers/filter-event.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ export default function filterEvent(evt) {
2323
// If the label's form control is not disabled then we don't propagate evt
2424
return true
2525
}
26+
// Else check to see if the event target matches one of the selectors in the event filter
27+
// i.e. anchors, non disabled inputs, etc. Return true if we should ignore the event.
2628
return matches(el, EVENT_FILTER)
2729
}

0 commit comments

Comments
 (0)