Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve the issue of the bubble menu being obscured (#5246)
#### What type of PR is this? /kind bug /area console /area editor #### What this PR does / why we need it: 将默认编辑器的父级容器移除。用于解决冒泡菜单被遮挡的问题。 由于修改后默认编辑器自身可滚动,因此可以使默认编辑器容器内的绝对定位元素获取到当前滚动的位置。 #### How to test it? 输入超过一屏宽度的内容,按 `MOD + A` 全选,查看冒泡菜单是否被顶部菜单遮挡。 #### Which issue(s) this PR fixes: Fixes #4869 #### Does this PR introduce a user-facing change? ```release-note 解决冒泡菜单会被顶部工具栏遮挡的问题 ```
- Loading branch information