linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

Remove outdated documentation in LifeCycle events #2320

Closed sprocklem closed 1 year ago

sprocklem commented 1 year ago

The documentation previously included an outdated claim that users interested in automatic focus should call register_for_focus() in response to LifeCycle::WidgetAdded. This is no longer true since the addition of LifeCycle::BuildFocusChain, so the relevant section was deleted. Additionally, this commit fixes a minor spelling error in the documentation of the latter.

Fixes #2318 .

sprocklem commented 1 year ago

Sorry about the delay on this pull request. Its been an unexpectedly busy few days.