Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -447,5 +447,8 @@ export struct PaperSingleColumn999CardView { | @@ -447,5 +447,8 @@ export struct PaperSingleColumn999CardView { | ||
| 447 | .backgroundColor(Color.White) | 447 | .backgroundColor(Color.White) |
| 448 | .margin({ bottom: 5, left: 12, right: 12 }) | 448 | .margin({ bottom: 5, left: 12, right: 12 }) |
| 449 | .borderRadius(4) | 449 | .borderRadius(4) |
| 450 | + .onClick(()=>{ | ||
| 451 | + ProcessUtils.processPage(this.item) | ||
| 452 | + }) | ||
| 450 | } | 453 | } |
| 451 | } | 454 | } |
-
Please register or login to post a comment