This commit is contained in:
Tiago
2025-07-01 15:34:47 +01:00
parent 9c53ef1691
commit 7b094d3fd2
3 changed files with 3 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cap.js/widget",
"version": "0.1.22",
"version": "0.1.23",
"description": "Client-side widget for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
"keywords": [
"security",
+1
View File
@@ -343,6 +343,7 @@
!this.#div.hasAttribute("disabled")
) {
e.preventDefault();
e.stopPropagation();
this.solve();
}
});