mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Fix typo
This commit is contained in:
parent
c239e21625
commit
276a478eb6
@ -79,7 +79,7 @@ export default App;
|
||||
<script src="https://cdn.rawgit.com/hodgef/simple-keyboard/d477c35c/build/index.js"></script>
|
||||
<script>
|
||||
function keyboard_onChange(input){
|
||||
console.log("Input chanfed", input);
|
||||
console.log("Input changed", input);
|
||||
}
|
||||
|
||||
function keyboard_onKeyPress(button){
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-keyboard",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "On-screen Virtual Keyboard",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user