1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Remove stray tab

This commit is contained in:
Raymond Hill 2023-10-15 16:40:35 -04:00
parent c0d80ac510
commit 7c660b2aad
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3982,7 +3982,7 @@ function trustedClickElement(
selectorList.unshift(selector);
return next(true);
}
elem.click();
elem.click();
tnext += clickDelay;
next();
};