oops: recent bug fix introduced an infinite loop. fixed

This commit is contained in:
Robert McRackan 2022-08-15 09:41:33 -04:00
parent a0823fa26c
commit 0ca33f864b

View File

@ -51,7 +51,6 @@ namespace LibationAvalonia.Dialogs
protected override void SaveAndClose()
{
LibraryBook.Book.UpdateBook(NewTags, bookStatus: BookLiberatedStatus, pdfStatus: PdfLiberatedStatus);
SaveButton_Clicked(null, null);
base.SaveAndClose();
}