You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a story in the popup modal, but after the popup modal is closed, the onCurrentImageEnd method continues to run and this.key keeps increasing. As a result, the "this.stories[index].images[this.key].viewed = true" function gives an error because there is no such "this.key" index value in images. I think that after closing popup I need watch and give to "this.key = 0" or stop (destroyed) functions when the modal value is false. Please help me!
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello everyone!
I made a story in the popup modal, but after the popup modal is closed, the onCurrentImageEnd method continues to run and this.key keeps increasing. As a result, the "this.stories[index].images[this.key].viewed = true" function gives an error because there is no such "this.key" index value in images. I think that after closing popup I need watch and give to "this.key = 0" or stop (destroyed) functions when the modal value is false. Please help me!
Thanks in advance!
The text was updated successfully, but these errors were encountered: