mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-15 09:44:03 +02:00
Update the context menu after copying thumbnails
This commit is contained in:
parent
cc680f68c3
commit
210b859a54
@ -894,6 +894,9 @@ class PDFThumbnailViewer {
|
||||
this.#manageCopyButton.disabled =
|
||||
this.#manageCutButton.disabled =
|
||||
!enable;
|
||||
this.#dispatchUpdateStates({
|
||||
hasSelectedPages: false,
|
||||
});
|
||||
}
|
||||
|
||||
#updateStatus(type) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user