Skip to content

Commit b8f8724

Browse files
committed
docs(modal): update heading levels
1 parent 12620da commit b8f8724

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/api/modal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,11 @@ A few things to keep in mind when creating custom dialogs:
213213

214214
## Event Handling
215215

216-
217-
#### Using `ionDragStart`
216+
### Using `ionDragStart`
218217

219218
The `ionDragStart` event is emitted as soon as the user begins a dragging gesture on the modal. This event fires at the moment the user initiates contact with the handle or modal surface, before any actual displacement occurs. It is particularly useful for preparing the interface for a transition, such as blurring background content or disabling certain interactive elements to ensure a smooth dragging experience.
220219

221-
#### Using `ionDragMove`
220+
### Using `ionDragMove`
222221

223222
The `ionDragMove` event is emitted continuously while the user is actively dragging the modal. This event provides a `ModalDragEventDetail` [object](#modaldrageventdetail) containing real-time data:
224223

0 commit comments

Comments
 (0)