1
0
Fork 0
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:
Calixte Denizet 2023-07-29 18:15:23 +02:00
parent 7ae5a0fef7
commit d16d1f0d23
4 changed files with 57 additions and 12 deletions

View file

@ -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) {