js_lis 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -655,7 +655,7 @@ export class VirtualKeyboard {
655
655
 
656
656
  // Encrypt and store in data-encrypted attribute
657
657
  this.updateDomEncrypted(input, currentValue);
658
-
658
+ // this.updateDisplayedValue();
659
659
  // console.log("Real keyboard input captured and encrypted for:", input.id || input.name || "unnamed input");
660
660
  // console.log("Input type:", input.type, "Value length:", currentValue.length);
661
661
  }
@@ -679,7 +679,6 @@ export class VirtualKeyboard {
679
679
  input.dataset.encrypted = "";
680
680
  }
681
681
  }
682
-
683
682
 
684
683
  // [4]
685
684
  unscrambleKeys() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js_lis",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"