Sidebar Mask not being removed from DOM on close #869
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
vue2-portable
Milestone
I'm getting this issue now too:
It seems to be related to the
disableModality
method inside the Sidebar component. The callback to remove the mask is attached to an event listener fortransitionend
on the mask element. However, while the mask fires atransitionend
event when it opens (for the transform property), on my project, it doesn't fire one when it's closed, therefore the callback to remove the mask is never executed.Originally posted by @craigrileyuk in #329 (comment)
The text was updated successfully, but these errors were encountered: