fix(send): Don't put a tooltip on the very obvious send button

This commit is contained in:
Ben Gotow 2015-10-01 16:20:48 -07:00
parent a1d4e6e729
commit e1d337ddd4

View file

@ -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>