CC-1969 made all menus left click activated instead to prevent mac problems. metadata for a file can now be seen by hovering over the "type" icon

This commit is contained in:
Naomi 2011-03-01 12:25:20 -05:00
parent c936d28d3a
commit 94567ed046
3 changed files with 7 additions and 13 deletions

View file

@ -44,7 +44,7 @@
{
global.click(
function(event) {
if (this == event.target) {
if (this == event.currentTarget) {
global.pageX = event.pageX;
global.pageY = event.pageY;
event.preventDefault();