Demo update

This commit is contained in:
Francisco Hodge
2018-10-06 02:31:09 -04:00
parent fa94cf2ba3
commit 92bae5f3fb
+2 -1
View File
@@ -14,7 +14,8 @@ class App {
layoutName: this.layoutName,
onChange: input => this.onChange(input),
onKeyPress: button => this.onKeyPress(button),
newLineOnEnter: true
newLineOnEnter: true,
physicalKeyboardHighlight: true
});
/**