Update the context menu after copying thumbnails

This commit is contained in:
Calixte Denizet 2026-03-09 15:36:22 +01:00
parent cc680f68c3
commit 210b859a54
No known key found for this signature in database
GPG Key ID: 0C5442631EE0691F

View File

@ -894,6 +894,9 @@ class PDFThumbnailViewer {
this.#manageCopyButton.disabled =
this.#manageCutButton.disabled =
!enable;
this.#dispatchUpdateStates({
hasSelectedPages: false,
});
}
#updateStatus(type) {