Fix nudge and textbox creation (#672)

* Fix nudge and textbox creation

* Code review

* Cleanup veriable names
This commit is contained in:
0HyperCube
2022-06-10 17:25:37 +01:00
committed by Keavon Chambers
parent a02b7a4635
commit 0887e56533
3 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<body>
<noscript>JavaScript is required</noscript>
<!-- tabindex is used to allow the app to have focus while inside of it -->
<div id="app" tabindex="0"></div>
<div data-app id="app" tabindex="0"></div>
</body>
</html>