Skip to content

Commit

Permalink
MaterialPopupMenu fires close event on open GwtMaterialDesign#425
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Basler committed Nov 25, 2020
1 parent f2a25c8 commit de1993e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void load() {

initializeSelectionEvent();

close();
setVisible(false);
}

@Override
Expand Down

0 comments on commit de1993e

Please sign in to comment.