@gamelearn/arcade-components 0.21.10 → 0.21.11
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.
|
@@ -193,6 +193,7 @@ var TextClickPuzzleComponent = function TextClickPuzzleComponent(_ref) {
|
|
|
193
193
|
setFeedbackData(function (prevState) {
|
|
194
194
|
return _objectSpread(_objectSpread({}, prevState), {}, {
|
|
195
195
|
show: true,
|
|
196
|
+
result: 'success',
|
|
196
197
|
text: specificFeedback.desc,
|
|
197
198
|
timeout: false
|
|
198
199
|
});
|