Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -350,7 +350,7 @@ export struct ENewspaperListDialog { | @@ -350,7 +350,7 @@ export struct ENewspaperListDialog { | ||
| 350 | } | 350 | } |
| 351 | 351 | ||
| 352 | onCloseGestureDialog() { | 352 | onCloseGestureDialog() { |
| 353 | - if (this.topHeight >= this.deviceHeight) { | 353 | + if (this.topHeight - this.topFixedHeight >= 15) { |
| 354 | if (this.closeDialog) { | 354 | if (this.closeDialog) { |
| 355 | this.closeDialog() | 355 | this.closeDialog() |
| 356 | } | 356 | } |
-
Please register or login to post a comment