chore: add GridViewRevisionPad

This commit is contained in:
appflowy
2022-08-14 23:01:53 +08:00
parent 8da6ed9d28
commit 15e1479caa
12 changed files with 344 additions and 87 deletions

View File

@ -604,7 +604,7 @@ where
serde_json::to_string(self).unwrap_or_else(|_| "".to_owned())
}
/// Get the content the [Delta] represents.
/// Get the content that the [Delta] represents.
pub fn content(&self) -> Result<String, OTError> {
self.apply("")
}