mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: v0.6.2 issues (#5654)
* fix: remove create button in move to menu * fix: add loading indicator when duplicating space * fix: sidebar header expand icon status * fix: text within select tag overflow * fix: callout block icon align issue * feat: sync the space icon when creating a space * fix: duplicated hover views * fix: cover image doesn't update
This commit is contained in:
@ -253,6 +253,7 @@ pub async fn create_view(
|
||||
index: None,
|
||||
section: None,
|
||||
view_id: None,
|
||||
extra: None,
|
||||
};
|
||||
EventBuilder::new(sdk.clone())
|
||||
.event(CreateView)
|
||||
|
Reference in New Issue
Block a user