Page 1 of 1

Angular - Mouse events are not working

Posted: Fri Apr 28, 2023 1:30 pm
by 17795639
Hello ,

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; };

Re: Angular - Mouse events are not working

Posted: Tue May 09, 2023 3:48 pm
by Marc