Skip to content

Commit

Permalink
'#2163 Implements hasFiltersApplied of FilterSelectedEdges
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed May 28, 2024
1 parent 95c75bc commit 087ea23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public boolean hasFilters() {

@Override
public boolean hasFiltersApplied() {
return false;
return selectedEdges.size() > 0;
}

@Override
Expand Down

0 comments on commit 087ea23

Please sign in to comment.