Commit 93f026bd by Рамис

fix

parent f254195a
...@@ -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={'body'} scrollingContainer={document.getElementsByTagName('html')[0]}
/> />
</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