taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Disable standard right click event within PlateView canvas div #253

Closed felixekn closed 8 years ago

felixekn commented 8 years ago

$(".plate-sim").on('contextmenu', function() { // put well deselect function here
return false; });

SynbioLucas commented 8 years ago

Fixed as of 3d815852da1dd822863cca7ba36b8aaf77a7b0c6.