Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Bug]: 目前在同一个页面显示多个Editor,Editor的位置会重叠。 #111

Open
cywforce opened this issue Oct 30, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@cywforce
Copy link

Version

v3.21.0

Link to minimal reproduction

微信截图_20241030213408

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

@zzxming
Copy link
Member

zzxming commented Nov 1, 2024

可以提供复现链接吗,比如使用stackblitz

你是不是挂载到同一个 dom 上了,挂载不同 dom 是正常显示的

  editor = new FluentEditor('#editor1', {
    theme: 'snow',
  })

  editor2 = new FluentEditor('#editor2', {
    theme: 'snow',
  })

@kagol kagol added the help wanted Extra attention is needed label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants