Skip to content

Commit 34f0f33

Browse files
committed
multi-state app: key-codes fix
1 parent a56f01c commit 34f0f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/multi-state/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function change(evt) {
7676
case TRI: arr = ["Space", val]; break;
7777
case BTN: arr = Array.from(tar.selectedOptions).map(v => v.value);
7878
}
79-
elm[prop] = JSON.stringify(arr);
79+
elm[prop] = arr;
8080
}
8181
else {
8282
elm[prop] = val;

0 commit comments

Comments
 (0)