KayelGee / control-concealer

MIT License
1 stars 1 forks source link

Fix compatibility issue with Combat Carousel (Issue #16) #18

Closed kinland closed 2 years ago

kinland commented 2 years ago

This fixes issue #16

Since Combat Carousel is a toggle (and thus has no subcontrols), Control Concealer was trying to access undefined.getElementsByClassName("control-tool") in two places

Pretty simple fix! Wish I'd taken a look sooner.

Note that I did not bump the version to 1.2.3 - you probably still want to do that!