Commit f70aa9f6 by Яков

fix iframe

parent 426fb7e9
{
"name": "react-ag-qeditor",
"version": "1.0.22",
"version": "1.0.23",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -513,7 +513,7 @@ const QEditor = ({
case 'iframe_custom':
return (
<Fragment>
<textarea cols={5} rows={5} value={embedContent} placeholder={'<iframe></iframe>'}
<textarea style={{width: '100%', height: '100%'}} rows={18} value={embedContent} placeholder={'<iframe></iframe>'}
onInput={(e) => setEmbedContent(e.target.value)}
/>
</Fragment>
......
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