updated components for setResolveCaptchaPromise

This commit is contained in:
plebbitor
2023-04-22 14:33:59 +02:00
parent 9a6cf2710c
commit ff3a311870
6 changed files with 14 additions and 7 deletions
-1
View File
@@ -10,7 +10,6 @@ function handleAddressClick(shortAddress) {
});
if (matchingElements.length === 0) {
console.log('Could not find any matching elements');
return;
}
+2 -2
View File
@@ -21,7 +21,7 @@ function handleQuoteClick(reply, parentCid, threadCid) {
if (opElement) {
opElement.scrollIntoView({ behavior: "auto", block: "start" });
} else {
console.log('Could not find OP element');
return;
}
return;
@@ -49,7 +49,7 @@ function handleQuoteClick(reply, parentCid, threadCid) {
}
} else {
console.log('Could not find target element');
return;
}
};