mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-11 17:45:49 +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.#manageCopyButton.disabled =
|
||||||
this.#manageCutButton.disabled =
|
this.#manageCutButton.disabled =
|
||||||
!enable;
|
!enable;
|
||||||
|
this.#dispatchUpdateStates({
|
||||||
|
hasSelectedPages: false,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
#updateStatus(type) {
|
#updateStatus(type) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user