There have been instances reported to us where the functionality of a course has been broken and upon investigating it can be seen that the VimeoView.remove method is failing to call .destroy() on the player. This is due to the _originalElement attribute not being present on the player
Subject of the issue/enhancement/features
Vimeo view remove call occasionally falling over
Your environment
There have been instances reported to us where the functionality of a course has been broken and upon investigating it can be seen that the VimeoView.remove method is failing to call
.destroy()
on the player. This is due to the _originalElement attribute not being present on the player