mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
parent
3a3ee013f7
commit
0f4c41f89a
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class TermGroup_ extends PureComponent {
|
||||||
isTermActive: uid === this.props.activeSession,
|
isTermActive: uid === this.props.activeSession,
|
||||||
term: termRef ? termRef.term : null,
|
term: termRef ? termRef.term : null,
|
||||||
cursorBlink: this.props.cursorBlink,
|
cursorBlink: this.props.cursorBlink,
|
||||||
|
cursorShape: this.props.cursorShape,
|
||||||
fontSize: this.props.fontSize,
|
fontSize: this.props.fontSize,
|
||||||
fontFamily: this.props.fontFamily,
|
fontFamily: this.props.fontFamily,
|
||||||
uiFontFamily: this.props.uiFontFamily,
|
uiFontFamily: this.props.uiFontFamily,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue