Fix htmx:beforeHistorySave docs (#3123)

This commit is contained in:
Tapani Honkanen 2025-01-13 10:31:54 +02:00 committed by GitHub
parent aeeb2165a9
commit 05c88d80ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,10 +305,6 @@ This event is triggered before the content is saved in the history api.
* `detail.path` - the path and query of the page being restored
* `detail.historyElt` - the history element being restored into
##### Details
* `detail.config` - the config that will be passed to the `EventSource` constructor
### Event - `htmx:load` {#htmx:load}
This event is triggered when a new node is loaded into the DOM by htmx.