Commit 93f026bd by Рамис

fix

parent f254195a
......@@ -290,7 +290,7 @@ export default class QEditor extends React.Component {
onChangeSelection={(range, source, editor) => {
// console.log(range, source, editor.getText());
}}
scrollingContainer={'body'}
scrollingContainer={document.getElementsByTagName('html')[0]}
/>
</div>
<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