tangy-form
Advanced tools
Comparing version 4.43.2-rc.1 to 4.43.2-rc.2
@@ -205,3 +205,3 @@ import { html } from '@polymer/polymer/polymer-element.js'; | ||
if (this.sound !== '') { | ||
this.dispatchEvent(new CustomEvent('input-sound-triggered', { detail: {sound: this.sound, id: this.name} })) | ||
this.dispatchEvent(new CustomEvent('input-sound-triggered', { detail: {sound: this.sound, id: this.name, stopAndClearQueue: true} })) | ||
} | ||
@@ -208,0 +208,0 @@ }) |
{ | ||
"name": "tangy-form", | ||
"description": "A form element for lazy loaded multipage forms", | ||
"version": "4.43.2-rc.1", | ||
"version": "4.43.2-rc.2", | ||
"main": "tangy-form.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -991,2 +991,6 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; | ||
if (event.detail.stopAndClearQueue) { | ||
this.sectionPromptQueue.stopAndClearQueue(); | ||
} | ||
this.sectionPromptQueue.queue(input, event.detail.sound, eventName); | ||
@@ -993,0 +997,0 @@ |
Sorry, the diff of this file is too big to display
5302634
24541