Add missing TermGroup props (#815)

This commit is contained in:
Martin Ek 2016-10-07 21:50:29 -04:00 committed by Guillermo Rauch
parent 3ff3350144
commit db53b08002

View file

@ -64,6 +64,9 @@ class TermGroup_ extends Component {
cleared: session.cleared,
cols: session.cols,
rows: session.rows,
copyOnSelect: this.props.copyOnSelect,
bell: this.props.bell,
bellSoundURL: this.props.bellSoundURL,
onActive: this.bind(this.props.onActive, null, uid),
onResize: this.bind(this.props.onResize, null, uid),
onTitle: this.bind(this.props.onTitle, null, uid),