SIGN IN SIGN UP
apache / superset UNCLAIMED

Apache Superset is a Data Visualization and Data Exploration Platform

0 0 151 TypeScript

fix(DashboardBuilder/utils): use HTMLElement for shouldFocusTabs target

EventTarget & {className} doesn't satisfy Node, and the container's
contains expects an HTMLElement. Narrow the event.target type to
HTMLElement so both the className check and the contains call type-check.
E
Evan Rusackas committed
ad689bf17422ca50c9a368cb7a42c0c3f90ca824
Parent: 338ac0c
Committed by Claude Code <noreply@anthropic.com> on 5/19/2026, 5:13:00 AM