mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: create redo/undo bridge (#2760)
* chore: create redo/undo bridge * chore: update test * chore: review update * chore: review update * chore: react redo/undo * chore: review update * chore: add test * chore: review update * chore: generate document id * chore: update undo/redo * chore: update cargo lock
This commit is contained in:
@ -202,6 +202,12 @@ pub enum ErrorCode {
|
||||
|
||||
#[error("Only one application can access the database")]
|
||||
MultipleDBInstance = 66,
|
||||
|
||||
#[error("Document id is empty")]
|
||||
DocumentIdIsEmpty = 67,
|
||||
|
||||
#[error("Apply actions is empty")]
|
||||
ApplyActionsIsEmpty = 68,
|
||||
}
|
||||
|
||||
impl ErrorCode {
|
||||
|
Reference in New Issue
Block a user