On 2025 the properties of the other posts didnt worked or even exists. A simple workaround for me was just disableing hovering on the whole cancas html element via css.
canvas { // disable all the hover effects pointer-events: none; }