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]: TinyTree的插槽无法拖入组件 #1155

Open
stwflyfox opened this issue Feb 27, 2025 · 3 comments
Open

🐛 [Bug]: TinyTree的插槽无法拖入组件 #1155

stwflyfox opened this issue Feb 27, 2025 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@stwflyfox
Copy link
Contributor

Environment

chrome

Version

latest

Version

latest

Link to minimal reproduction

none

Step to reproduce

TinyTree的插槽区域无法拖入组件, 其他如TinyInput的插槽没问题
Image

What is expected

No response

What is actually happening

No response

What is your project name

TinyEngine

Any additional comments (optional)

No response

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: TinyTree slot cannot be dragged into component

@chilingling chilingling added bug Something isn't working enhancement New feature or request labels Feb 27, 2025
@chilingling
Copy link
Member

【初步定位】
TinyTree 组件内部屏蔽了 dragover 事件的冒泡,画布拖拽引擎无法监听到 dragover 事件,导致无法拖拽到内部的插槽。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


【Preliminary Positioning】
The TinyTree component blocks the bubbling of the dragover event inside, and the canvas drag engine cannot listen to the dragover event, resulting in the dragover event being unable to be dragged to the internal slot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants