z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.1k stars 2.81k forks source link

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

Open afra213174647471 opened 3 months ago

afra213174647471 commented 3 months ago

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}
</div>