mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add missing TermGroup props (#815)
This commit is contained in:
parent
3ff3350144
commit
db53b08002
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ class TermGroup_ extends Component {
|
||||||
cleared: session.cleared,
|
cleared: session.cleared,
|
||||||
cols: session.cols,
|
cols: session.cols,
|
||||||
rows: session.rows,
|
rows: session.rows,
|
||||||
|
copyOnSelect: this.props.copyOnSelect,
|
||||||
|
bell: this.props.bell,
|
||||||
|
bellSoundURL: this.props.bellSoundURL,
|
||||||
onActive: this.bind(this.props.onActive, null, uid),
|
onActive: this.bind(this.props.onActive, null, uid),
|
||||||
onResize: this.bind(this.props.onResize, null, uid),
|
onResize: this.bind(this.props.onResize, null, uid),
|
||||||
onTitle: this.bind(this.props.onTitle, null, uid),
|
onTitle: this.bind(this.props.onTitle, null, uid),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue