We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ca003 commit ce332cfCopy full SHA for ce332cf
src/component.js
@@ -267,12 +267,13 @@ var QuillComponent = createClass({
267
268
getEditorConfig: function() {
269
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,
+ bounds: this.props.bounds,
+ formats: this.props.formats,
+ modules: this.props.modules,
+ placeholder: this.props.placeholder,
+ readOnly: this.props.readOnly,
+ theme: this.props.theme,
276
+ scrollingContainer: this.props.scrollingContainer,
277
};
278
},
279
0 commit comments