Skip to content

Commit 9d5d012

Browse files
committed
docs(modal): update heading level
1 parent b8f8724 commit 9d5d012

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The `ionDragMove` event is emitted continuously while the user is actively dragg
228228

229229
This event is essential for creating highly responsive UI updates that react instantly to the user's touch. For example, the `progress` value can be used to dynamically darken the backdrop's opacity as the modal is dragged upward.
230230

231-
#### Using `ionDragEnd`
231+
### Using `ionDragEnd`
232232

233233
The `ionDragEnd` event is emitted when the user completes the dragging gesture by releasing the modal. Like the move event, it includes the final `ModalDragEventDetail` [object](#modaldrageventdetail). This event is commonly used to finalize state changes once the modal has come to a rest. For example, you might use the `predictedBreakpoint` property to determine which content to load or to update the application's routing state once the user has finished swiping the sheet to a specific height.
234234

0 commit comments

Comments
 (0)