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:
Lucas.Xu
2024-07-01 14:43:57 +08:00
committed by GitHub
parent 50f5be3e75
commit c78f23e1c0
25 changed files with 143 additions and 99 deletions

View File

@ -253,6 +253,7 @@ pub async fn create_view(
index: None,
section: None,
view_id: None,
extra: None,
};
EventBuilder::new(sdk.clone())
.event(CreateView)