Commit c3885199 by Рамис

fix

parent 7621ce76
...@@ -290,7 +290,7 @@ export default class QEditor extends React.Component { ...@@ -290,7 +290,7 @@ export default class QEditor extends React.Component {
onChangeSelection={(range, source, editor) => { onChangeSelection={(range, source, editor) => {
// console.log(range, source, editor.getText()); // console.log(range, source, editor.getText());
}} }}
scrollingContainer={'html'} scrollingContainer={'body'}
/> />
</div> </div>
<EditorModal <EditorModal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment