We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transfer
2.19.0
可拖拽 item 在被拖拽时会消失(实际上是因为弹出层Z-index比item高,item被遮挡)
可拖拽 item 在被拖拽时不被遮挡
https://codesandbox.io/s/fervent-pasteur-w85528?file=/src/App.jsx
No response
- OS: - browser:
涉及到组件: Transfer,TagInput 其中的拖拽使用了react-sortable-hoc,被拖拽的item会变成body的直接子节点,和portal属于同一层级,因为portal的z-index默认为1000,因此item被遮挡
The text was updated successfully, but these errors were encountered:
fix: [Transfer] Fixed Transfer in Popover causing Popover to close wh…
4cb9b86
…en dragged, close #1149, #1226 (#1247)
YyumeiZhang
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Which Component
Transfer
Semi Version
2.19.0
Current Behavior
可拖拽 item 在被拖拽时会消失(实际上是因为弹出层Z-index比item高,item被遮挡)
Expected Behavior
可拖拽 item 在被拖拽时不被遮挡
Steps To Reproduce
https://codesandbox.io/s/fervent-pasteur-w85528?file=/src/App.jsx
ReproducibleCode
No response
Environment
Anything else?
涉及到组件: Transfer,TagInput
其中的拖拽使用了react-sortable-hoc,被拖拽的item会变成body的直接子节点,和portal属于同一层级,因为portal的z-index默认为1000,因此item被遮挡
The text was updated successfully, but these errors were encountered: