fix #60
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
@@ -343,6 +343,7 @@
|
||||
!this.#div.hasAttribute("disabled")
|
||||
) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
this.solve();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user