Skip to content

Commit

Permalink
more work
Browse files Browse the repository at this point in the history
  • Loading branch information
dordsor21 committed Oct 21, 2023
1 parent ebc232e commit 068ebf3
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 636 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ public void setModified() {
}

public boolean isModified() {
return modified;
return modified || deleted;
}

public boolean isDeleted() {
Expand Down
Loading

0 comments on commit 068ebf3

Please sign in to comment.