laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

wandeditor4:一个页面出现多个editor,使用editor.txt.html()写入内容,只有最后一个editor可以显示出内容

Open afra213174647471 opened this issue 2 months ago • 0 comments

react中

useEffect(() => { editor.current = new E(ref.current) editor.current.create() editor.current.txt.html(props.value)} , [])

return

<div id={props.id} ref={ref} style={{ zIndex: 0, position: 'relative' }}>
{error}

afra213174647471 avatar Apr 12 '24 10:04 afra213174647471