@gamelearn/arcade-components 0.14.5 → 0.14.6
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.
|
@@ -54,7 +54,7 @@ var PAGES = [{
|
|
|
54
54
|
}, {
|
|
55
55
|
component: _TextBox.default,
|
|
56
56
|
id: 'suggestions',
|
|
57
|
-
disableContinue:
|
|
57
|
+
disableContinue: true
|
|
58
58
|
}];
|
|
59
59
|
|
|
60
60
|
var SurveyComponent = function SurveyComponent(_ref) {
|
|
@@ -133,7 +133,7 @@ var SurveyComponent = function SurveyComponent(_ref) {
|
|
|
133
133
|
id: "survey-button",
|
|
134
134
|
type: "button",
|
|
135
135
|
onClick: function onClick() {
|
|
136
|
-
if (!finished) {
|
|
136
|
+
if (!finished && !disabled) {
|
|
137
137
|
finish();
|
|
138
138
|
emitEvent({
|
|
139
139
|
type: 'saveSurvey',
|