Skip to content

Commit

Permalink
fix(Navigation): keyboard navigation [YTFRONT-4493]
Browse files Browse the repository at this point in the history
  • Loading branch information
SimbiozizV committed Dec 6, 2024
1 parent fa837cd commit 3b9fb24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class MapNodesTable extends Component {
}

onItemClick = (item, _index, evt) => {
if (evt.target?.classList?.contains?.('map-node_default__table-item_type_chooser')) {
if (evt?.target?.classList?.contains?.('map-node_default__table-item_type_chooser')) {
this.onChooserClick(evt, item);
} else if (item.parsedPathError) {
showErrorPopup(item.parsedPathError, {hideOopsMsg: true, disableLogger: true});
Expand Down

0 comments on commit 3b9fb24

Please # to comment.