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.
- package/VirtualKeyboard.js +1 -2
- package/package.json +1 -1
package/VirtualKeyboard.js
CHANGED
|
@@ -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() {
|