@gamelearn/arcade-components 2.11.2 → 2.11.3

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.
@@ -751,7 +751,7 @@ var DialogComponent = function DialogComponent(_ref) {
751
751
  var disabled = line === 0 || previousLineWasDecision();
752
752
  return disabled;
753
753
  }, [line, previousLineWasDecision]);
754
- keyboardControl(disableBackButton || animationRunning ? null : manualBackLine, animationRunning ? null : manualNextLine);
754
+ keyboardControl(isDecision || disableBackButton || animationRunning ? null : manualBackLine, isDecision || animationRunning ? null : manualNextLine);
755
755
 
756
756
  if (isDecision) {
757
757
  var decisionPayload = _objectSpread(_objectSpread({}, currentLineData.payload), {}, {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "2.11.2",
5
+ "version": "2.11.3",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",