mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 23:12:34 +08:00
Merge branch 'master' into move-config-around
This commit is contained in:
@@ -77,8 +77,8 @@ class Embed extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
setActiveReplyBox (reactKey) {
|
||||
if (!this.props.currentUser) {
|
||||
setActiveReplyBox = (reactKey) => {
|
||||
if (!this.props.auth.user) {
|
||||
const offset = document.getElementById(`c_${reactKey}`).getBoundingClientRect().top - 75;
|
||||
this.props.showSignInDialog(offset);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user