Skip to content

Commit

Permalink
Fix issue when delete function was not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 19, 2019
1 parent 16be7f2 commit 43fe78e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private PanelItem createButton(Button button)
builder.clickHandler((panel, user1, clickType, slot) -> {
this.requiredEntities.keySet().removeAll(this.selectedEntities);
this.entityList.removeAll(this.selectedEntities);
this.build();
return true;
});
break;
Expand Down

0 comments on commit 43fe78e

Please sign in to comment.