Skip to content

Add Shadow DOM support

Compare
Choose a tag to compare
@mohsinulhaq mohsinulhaq released this 25 May 15:46
· 20 commits to master since this release

As pointed out by #133 (thanks @shovalk), interactions with the tooltip when rendered using Shadow DOM wasn't working properly. This release adds support for that by using Event.composedPath to get event target, with event.target as fallback for IE11.