Skip to content

Commit

Permalink
fix tiny typo (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoopman authored Dec 2, 2024
1 parent e0ac219 commit 63b45bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ generated user module:
### Bug fixes
* Fix live navigation issue where LiveView would attempt a patch on back navigation instead of navigate under certain routing conditions
* Fix live upload issue where large `chunk_size` could cause a chunk timeout on slower connections by properly using the configured `chunk_timeout` on the client
* Fix focused inputs losing focus stat in some update scenarios
* Fix focused inputs losing focus state in some update scenarios
* Fix rare `no component for cid` error when rapidly updating live components under latency
* Fix browser back/forward buttons using `patch` instead of `navigate`, failing to update the page
* Fix `inputs_for` not using the passed `id` when generating inputs
Expand Down

0 comments on commit 63b45bf

Please sign in to comment.