Skip to content

Commit ce332cf

Browse files
bakkerjoerialexkrolick
authored andcommitted
Expose scrollingContainer through props (zenoamaro#365)
1 parent 95ca003 commit ce332cf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/component.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,13 @@ var QuillComponent = createClass({
267267

268268
getEditorConfig: function() {
269269
return {
270-
bounds: this.props.bounds,
271-
formats: this.props.formats,
272-
modules: this.props.modules,
273-
placeholder: this.props.placeholder,
274-
readOnly: this.props.readOnly,
275-
theme: this.props.theme,
270+
bounds: this.props.bounds,
271+
formats: this.props.formats,
272+
modules: this.props.modules,
273+
placeholder: this.props.placeholder,
274+
readOnly: this.props.readOnly,
275+
theme: this.props.theme,
276+
scrollingContainer: this.props.scrollingContainer,
276277
};
277278
},
278279

0 commit comments

Comments
 (0)