mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix typo in comment (#1794)
This commit is contained in:
parent
a41894a5ec
commit
897adbe21c
@ -145,7 +145,7 @@ class EditorState {
|
|||||||
completer.complete();
|
completer.complete();
|
||||||
return completer.future;
|
return completer.future;
|
||||||
}
|
}
|
||||||
// TODO: validate the transation.
|
// TODO: validate the transaction.
|
||||||
for (final op in transaction.operations) {
|
for (final op in transaction.operations) {
|
||||||
_applyOperation(op);
|
_applyOperation(op);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user