Add reference to story

This commit is contained in:
Chi Vinh Le
2018-05-11 17:12:28 +02:00
parent 631206f360
commit fc5621a060
@@ -41,6 +41,8 @@ class Editor extends React.Component {
}
});
}
// Skip IOS due to a bug, see https://www.pivotaltracker.com/story/show/157434928
if (this.props.isReply && !bowser.ios) {
this.ref.focus();
}