Merge branch 'main' into splits

This commit is contained in:
Mikayla 2023-12-11 10:16:32 -08:00
commit 3198eb6c6d
No known key found for this signature in database
137 changed files with 16769 additions and 11835 deletions

View file

@ -770,7 +770,7 @@ pub mod test {
pub focus_handle: FocusHandle,
pub size: f32,
}
actions!(ToggleTestPanel);
actions!(test, [ToggleTestPanel]);
impl EventEmitter<PanelEvent> for TestPanel {}