mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-20 05:48:22 -05:00
Fix back button for battle choices
This commit is contained in:
parent
2d43510f26
commit
1dfb199bfb
|
|
@ -686,6 +686,10 @@
|
|||
this.choice = null;
|
||||
this.updateControlsForPlayer();
|
||||
},
|
||||
clearChoice: function() {
|
||||
this.choice = null;
|
||||
this.updateControlsForPlayer();
|
||||
},
|
||||
leaveBattle: function() {
|
||||
this.hideTooltip();
|
||||
this.send('/leavebattle');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user