mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-07 16:48:02 +08:00
fix(send): Don't put a tooltip on the very obvious send button
This commit is contained in:
parent
a1d4e6e729
commit
e1d337ddd4
1 changed files with 0 additions and 1 deletions
|
@ -423,7 +423,6 @@ class ComposerView extends React.Component
|
|||
<div style={order: 0, flex: 1} />
|
||||
|
||||
<button className="btn btn-toolbar btn-emphasis btn-text btn-send" style={order: -100}
|
||||
data-tooltip="Send message"
|
||||
ref="sendButton"
|
||||
onClick={@_sendDraft}><RetinaImg name="icon-composer-send.png" mode={RetinaImg.Mode.ContentIsMask} /><span className="text">Send</span></button>
|
||||
|
||||
|
|
Loading…
Reference in a new issue