Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -23,7 +23,9 @@ export struct PlayerTitleView { | @@ -23,7 +23,9 @@ export struct PlayerTitleView { | ||
| 23 | isOpenDetail: this.isOpenDetail | 23 | isOpenDetail: this.isOpenDetail |
| 24 | 24 | ||
| 25 | }), | 25 | }), |
| 26 | - autoCancel: false, | 26 | + cancel:()=>{ |
| 27 | + this.isOpenDetail = !this.isOpenDetail | ||
| 28 | + }, | ||
| 27 | customStyle: true, | 29 | customStyle: true, |
| 28 | alignment: DialogAlignment.Bottom | 30 | alignment: DialogAlignment.Bottom |
| 29 | }) | 31 | }) |
-
Please register or login to post a comment