https://bugs.webkit.org/show_bug.cgi?id=186281
<rdar://problem/
39193355>
Reviewed by Brian Burg.
* UserInterface/Views/ContextMenuUtilities.js:
(WI.appendContextMenuItemsForURL):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@232481
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-06-04 Matt Baker <mattbaker@apple.com>
+
+ Web Inspector: Cannot copy a link address in Elements tab
+ https://bugs.webkit.org/show_bug.cgi?id=186281
+ <rdar://problem/39193355>
+
+ Reviewed by Brian Burg.
+
+ * UserInterface/Views/ContextMenuUtilities.js:
+ (WI.appendContextMenuItemsForURL):
+
2018-05-30 Daniel Bates <dabates@apple.com>
Web Inspector: Annotate Same-Site cookies
}
contextMenu.appendItem(WI.UIString("Copy Link Address"), () => {
- InspectorFrontendHost.copyText(sourceCode.url);
+ InspectorFrontendHost.copyText(url);
});
};