mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: reorder view when sibling view was deleted (#2724)
* fix: reorder view when sibling view was deleted * ci: fix test * ci: rust fmt
This commit is contained in:
@ -84,7 +84,6 @@ impl DatabaseManager2 {
|
||||
self.get_database(&database_id).await
|
||||
}
|
||||
|
||||
#[tracing::instrument(level = "debug", skip(self), err)]
|
||||
pub async fn get_database_id_with_view_id(&self, view_id: &str) -> FlowyResult<String> {
|
||||
let database_id = self.with_user_database(Err(FlowyError::internal()), |database| {
|
||||
database
|
||||
|
Reference in New Issue
Block a user