Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #147 from gfx/fix_active_link_style
Browse files Browse the repository at this point in the history
fix a bug that activeLink does not work
  • Loading branch information
maximilianoforlenza authored Mar 27, 2019
2 parents aafb9a6 + b869ef2 commit d4b769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/decorators.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Container extends React.Component {
return (
<div onClick={onClick}
ref={ref => this.clickableRef = ref}
style={style.container}>
style={Object.assign({}, ...style.container)}>
{!terminal ? this.renderToggle() : null}

<decorators.Header node={node}
Expand Down

0 comments on commit d4b769f

Please sign in to comment.