@gamelearn/arcade-components 1.21.1 → 1.21.2

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.
@@ -141,6 +141,8 @@ var HackerPuzzleComponent = function HackerPuzzleComponent(_ref) {
141
141
  };
142
142
 
143
143
  (0, _react.useEffect)(function () {
144
+ el.current.focus();
145
+
144
146
  if (finished) {
145
147
  disableExit(true);
146
148
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.21.1",
5
+ "version": "1.21.2",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",