Skip to content
Snippets Groups Projects
Unverified Commit 7bfc712d authored by StaffEngineer's avatar StaffEngineer Committed by GitHub
Browse files

fix schedule (#67)

parent c7074a24
No related branches found
No related tags found
No related merge requests found
......@@ -393,10 +393,10 @@ impl Plugin for CosmicEditPlugin {
let font_system = create_cosmic_font_system(self.font_config.clone());
app.add_systems(First, cosmic_editor_builder)
.add_systems(PreUpdate, update_buffer_text)
.add_systems(
PreUpdate,
Update,
(
update_buffer_text,
cosmic_edit_bevy_events,
blink_cursor,
freeze_cursor_blink,
......
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