You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a issue with $('.formula').click() event not firing when x,y coordinates supplied.
without the coordinates as above works fine and even debugging can be done.
But, as below i have supplied the coordinates to make the cursor.available in formula box is not working and not get hits into the desired function within the pignose.build.js file.
$('.formula').click({x:174.55,y:49.67});
The text was updated successfully, but these errors were encountered:
I'm facing a issue with $('.formula').click() event not firing when x,y coordinates supplied.
without the coordinates as above works fine and even debugging can be done.
But, as below i have supplied the coordinates to make the cursor.available in formula box is not working and not get hits into the desired function within the pignose.build.js file.
$('.formula').click({x:174.55,y:49.67});
The text was updated successfully, but these errors were encountered: