Merge pull request #20834 from calixteman/update_context_menu

Update the context menu after copying thumbnails
This commit is contained in:
Tim van der Meij 2026-03-10 20:15:51 +01:00 committed by GitHub
commit 99dcb88dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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