Skip to content

Commit

Permalink
Revert "Add panic detecting underlying bug for issue #16 earlier"
Browse files Browse the repository at this point in the history
This reverts commit 710b04b.
  • Loading branch information
misson20000 committed Aug 4, 2024
1 parent aa6c392 commit 648b18f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/view/selection/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ mod imp {
if i.selection.document.is_outdated(&info.document) {
panic!("selection document was outdated!");
}

if info.document.is_outdated(&i.selection.document) {
panic!("list item info document was outdated!");
}

i.selection.path_selected(&info.path)
})
Expand Down

0 comments on commit 648b18f

Please sign in to comment.