Skip to content

Commit

Permalink
CI tab fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MSGhero committed Jun 8, 2017
1 parent 03fbdb7 commit d217dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/containers/TabView.hx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class TabView extends Component {
for (view in _views) {
if (view.matchesSearch(criteria, type, searchType)) {
return cast view;
} else {
} else {
match = view.findComponent(criteria, type, recursive, searchType);
}
if (match != null) {
Expand Down

0 comments on commit d217dc4

Please sign in to comment.