Skip to content

Commit

Permalink
Fix cursorShape propagation (#2437)
Browse files Browse the repository at this point in the history
Fixes #2248
  • Loading branch information
chabou authored Nov 8, 2017
1 parent 3a3ee01 commit 0f4c41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/term-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class TermGroup_ extends PureComponent {
isTermActive: uid === this.props.activeSession,
term: termRef ? termRef.term : null,
cursorBlink: this.props.cursorBlink,
cursorShape: this.props.cursorShape,
fontSize: this.props.fontSize,
fontFamily: this.props.fontFamily,
uiFontFamily: this.props.uiFontFamily,
Expand Down

0 comments on commit 0f4c41f

Please sign in to comment.