mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
* fix: #1290 [Bug] 300ms delay on buttons in titlebar * fix: #1802 Math Equation would be null * fix: retain as a attribute value --------- Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -775,7 +775,7 @@ fn delta_compose() {
|
||||
}
|
||||
assert_eq!(
|
||||
delta.json_str(),
|
||||
r#"[{"insert":"a"},{"insert":"\n","attributes":{"list":"unchecked"}},{"insert":"\n"}]"#
|
||||
r#"[{"insert":"a"},{"insert":"\n","attributes":{"list":"unchecked"}},{"insert":"\n","attributes":{"list":""}}]"#
|
||||
);
|
||||
|
||||
let ops = vec![
|
||||
|
Reference in New Issue
Block a user