Houmam Hatahet

Results 6 comments of Houmam Hatahet

If that's the case. Is there a way to change the other's slice color? I am setting the chart's colors using something similar to: ```js chart.get("colors") .set("colors", () => ...)...

I think adding a host to the YouTube Player object could fix the issue: ```js this$1.player = new YouTube.Player(this$1.elementId, { ... host: 'https://www.youtube.com', ... } ```

This would definitely be a great improvement

Thanks for the quick response! I'll try it out.

> Thanks @SDVII for your suggestion. You can temporarily solve this problem by adding "swal2-toast-shown" to body element in NavigationEnd event of your routing module. This fixed the issue, thanks...