diff --git a/lib/components/term-group.js b/lib/components/term-group.js index 0a987e02..f50545b3 100644 --- a/lib/components/term-group.js +++ b/lib/components/term-group.js @@ -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),