lisichatbot 2.1.6 → 2.1.7

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisichatbot",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
package/src/index.js CHANGED
@@ -3476,6 +3476,7 @@ async function showNextStep() {
3476
3476
  // console.log(' 👁️ Next button shown (nextButtonDisplay: true or undefined)');
3477
3477
  } else {
3478
3478
  elements.nextBtn.style.display = 'none';
3479
+ elements.nextBtn.disabled = true;
3479
3480
  // console.log(' 🙈 Next button hidden (nextButtonDisplay: false)');
3480
3481
  }
3481
3482
  }