Angular - Mouse events are not working
Posted: Fri Apr 28, 2023 1:30 pm
Hello ,
I have been using mouse events as shown below were not working in
I have been using mouse events as shown below were not working in
- Chrome
- Edge
Code: Select all
this.TChart.domousedown = function () {debugger; };
this.TChart.domousemove = function () { debugger;};
this.TChart.domouseup = function () { debugger; };