mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1187582 - Opening a link in markup view attributes shouldn't trigger a drag;r=bgrins
This commit is contained in:
parent
a67b51d644
commit
affa31d806
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user