Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(interim-element): cancel was emitted as list and not as stack #7053

Closed
wants to merge 1 commit into from

Conversation

EladBezalel
Copy link
Member

  • Cancel called shift which slices the first element in the Array instead of pop who take the last and also happens on hide

fixes #6912

* Cancel called shift which slices the first element in the Array instead of pop who take the last and also happens on `hide`

fixes #6912
@ThomasBurleson ThomasBurleson removed the needs: review This PR is waiting on review from the team label Feb 29, 2016
@ThomasBurleson ThomasBurleson added this to the 1.0.7 milestone Feb 29, 2016
@ThomasBurleson ThomasBurleson added the pr: merge ready This PR is ready for a caretaker to review label Feb 29, 2016
ThomasBurleson pushed a commit that referenced this pull request Mar 1, 2016
* Cancel called shift which slices the first element in the Array instead of pop who take the last and also happens on `hide`

fixes #6912

  Closes #7053
@EladBezalel EladBezalel deleted the fix/interim-stack-cancel branch March 1, 2016 00:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

interim stack order (multiple dialog)
2 participants