mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: number sort (#2570)
* chore: remove sign * fix: sort number * chore: update patch * ci: fix dart test * chore: fmt
This commit is contained in:
@ -151,7 +151,6 @@ class RowList {
|
||||
(rowInfo) => rowInfo.rowPB.id == rowId,
|
||||
);
|
||||
if (index != -1) {
|
||||
assert(index == oldIndex);
|
||||
final rowInfo = remove(rowId)!.rowInfo;
|
||||
insert(newIndex, rowInfo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user