chore: close grid handler

This commit is contained in:
appflowy
2022-04-10 16:29:45 +08:00
parent 5db5fd118e
commit 43095cb0dd
10 changed files with 38 additions and 23 deletions

View File

@ -151,7 +151,7 @@ impl ViewController {
}
}
let processor = self.get_data_processor_from_view_id(&params.value).await?;
let _ = processor.close_container(&params.value).await?;
let _ = processor.delete_container(&params.value).await?;
Ok(())
}