Skip to content
Snippets Groups Projects
Commit d6f8c9b7 authored by sam edelsten's avatar sam edelsten
Browse files

remove `.chain`

parent 54a8b064
No related branches found
No related tags found
No related merge requests found
......@@ -291,13 +291,15 @@ impl Plugin for CosmicEditPlugin {
First,
(
set_initial_scale,
cosmic_editor_builder,
placeholder_builder,
on_scale_factor_change,
(
cosmic_editor_builder,
placeholder_builder,
on_scale_factor_change,
)
.after(set_initial_scale),
render::cosmic_ui_to_canvas,
render::cosmic_sprite_to_canvas,
)
.chain(),
),
)
.add_systems(PreUpdate, (update_buffer_text, update_placeholder_text))
.add_systems(
......
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