mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Add the color changes in the annotation storage
This commit is contained in:
parent
7ae5a0fef7
commit
d16d1f0d23
4 changed files with 57 additions and 12 deletions
|
@ -63,6 +63,7 @@ exports.clearInput = async (page, selector) => {
|
|||
await page.keyboard.press("A");
|
||||
await page.keyboard.up("Control");
|
||||
await page.keyboard.press("Backspace");
|
||||
await page.waitForTimeout(10);
|
||||
};
|
||||
|
||||
function getSelector(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue