forked from External/mage
hiding card tooltip on draft pick
This commit is contained in:
parent
2fb44ec737
commit
ed2926da88
4 changed files with 8 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public class MageActionCallback implements ActionCallback {
|
|||
}
|
||||
}
|
||||
|
||||
private void hidePopup() {
|
||||
public void hidePopup() {
|
||||
this.popupCard = null;
|
||||
if (popup != null) {
|
||||
popup.hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue