Open cywforce opened 3 weeks ago
v3.21.0
在同一个页面显示多个Editor,Editor的位置会重叠。
希望能够在同一个页面显示多个Editor,并且显示位置正常。
No response
测试
可以提供复现链接吗,比如使用stackblitz
你是不是挂载到同一个 dom 上了,挂载不同 dom 是正常显示的
editor = new FluentEditor('#editor1', { theme: 'snow', }) editor2 = new FluentEditor('#editor2', { theme: 'snow', })
Version
v3.21.0
Link to minimal reproduction
Step to reproduce
在同一个页面显示多个Editor,Editor的位置会重叠。
What is expected
希望能够在同一个页面显示多个Editor,并且显示位置正常。
What is actually happening
No response
What is your project name
测试
Any additional comments (optional)
No response