From db53b08002db868faad8560b3c3d42288c663b1f Mon Sep 17 00:00:00 2001 From: Martin Ek Date: Fri, 7 Oct 2016 21:50:29 -0400 Subject: [PATCH] Add missing TermGroup props (#815) --- lib/components/term-group.js | 3 +++ 1 file changed, 3 insertions(+) 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),