fix(menu): Copy Link => Copy Link Address #2105

This commit is contained in:
Ben Gotow 2016-05-03 15:33:58 -07:00
parent e8af794adf
commit 2e9ab2cc23

View file

@ -221,7 +221,7 @@ class EventedIFrame extends React.Component
menu.append(new MenuItem({ label: "Copy Email Address", click:( -> clipboard.writeText(href.split('mailto:').pop()) )}))
else
menu.append(new MenuItem({ label: "Open Link", click:( -> NylasEnv.windowEventHandler.openLink({href}) )}))
menu.append(new MenuItem({ label: "Copy Link", click:( -> clipboard.writeText(href) )}))
menu.append(new MenuItem({ label: "Copy Link Address", click:( -> clipboard.writeText(href) )}))
menu.append(new MenuItem({ type: 'separator' }))
# Menu actions for images