Skip to content
Snippets Groups Projects
Unverified Commit 2b65f131 authored by sam edelsten's avatar sam edelsten Committed by GitHub
Browse files

Merge pull request #133 from StaffEngineer/HOTFIX_focus_sysordering

fix autofocus breaking due to system ordering
parents eb8378e9 8ba29118
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ impl Plugin for FocusPlugin {
PostUpdate,
(drop_editor_unfocused, add_editor_to_focused)
.chain()
.in_set(FocusSet),
.in_set(FocusSet)
.after(WidgetSet),
)
.init_resource::<FocusedWidget>();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment