Bug 1187582 - Opening a link in markup view attributes shouldn't trigger a drag;r=bgrins

--HG--
extra : commitid : DFj5lMIzzax
This commit is contained in:
John Pavlicek 2015-07-29 14:39:59 -07:00
parent 074d27e765
commit 43e65680ec

View File

@ -1935,6 +1935,7 @@ MarkupContainer.prototype = {
let link = target.dataset.link;
let type = target.dataset.type;
this.markup._inspector.followAttributeLink(type, link);
return;
}
// Start dragging the container after a delay.