ripe-tech / ripe-sdk

The public Javascript SDK for RIPE Core
https://www.platforme.com
Apache License 2.0
8 stars 4 forks source link

fix: check if element is not defined in drawMask #243

Closed BeeMargarida closed 3 years ago

BeeMargarida commented 3 years ago
- -
Issue Related to https://github.com/ripe-tech/ripe-twitch-ui/pull/88
Dependencies --
Decisions When destroying rapidly the configurator, the _drawMask function can still be called if caught between the 150 timeout in https://github.com/ripe-tech/ripe-sdk/blob/4a237e48530b57efd9171cdffd6ad7492f2b6be4/src/js/visual/configurator-prc.js#L1178-L1188
This resulted in a console error, but otherwise did not impact the functioning of anything.
The fix is similar to the ones applied in other places.
Animated GIF --