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

This commit is contained in:
John Pavlicek 2015-07-29 14:39:59 -07:00
parent a67b51d644
commit affa31d806

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.