Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UtteranceQueue.cancelUtterance should remove an Utterance from the queue #68

Closed
jessegreenberg opened this issue Mar 13, 2022 · 1 comment
Assignees

Comments

@jessegreenberg
Copy link
Contributor

Currently it just forwards the cancel to the announcer but I think the correct behavior would be to also remove the provided utterance form the queue if it is provided. This is causing phetsims/joist#782 and if the utterance were removed from the queue in cancelUtterance we wouldn't have that issue.

@jessegreenberg
Copy link
Contributor Author

Done in the above commit, seems to be working and unit tests still pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant