Removed a change originally made for a prior fix tactic
Этот коммит содержится в:
@@ -136,7 +136,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mentions--top" style={{height: height, width: width, bottom: bottom, left: left}}>
|
<div className="mentions--top" style={{height: height, width: width, bottom: bottom, left: left}}>
|
||||||
<div ref="mentionlist" id="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
|
<div ref="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
|
||||||
{ mentions }
|
{ mentions }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user