mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: add GridViewRevisionPad
This commit is contained in:
@ -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("")
|
||||
}
|
||||
|
Reference in New Issue
Block a user