(detail: ModalDragEventDetail)
| 1420 | } |
| 1421 | |
| 1422 | private onDragMove(detail: ModalDragEventDetail) { |
| 1423 | this.ionDragMove.emit(detail); |
| 1424 | } |
| 1425 | |
| 1426 | private onDragEnd(detail: ModalDragEventDetail) { |
| 1427 | this.ionDragEnd.emit(detail); |
no outgoing calls
no test coverage detected