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]: tiny-grid 默认配置jsslot,useCanvas未执行generateNodesMap(导致无法选中) #1170

Open
whateveryoudo opened this issue Mar 3, 2025 · 1 comment

Comments

@whateveryoudo
Copy link

Environment

Version

最新

Version

最新

Link to minimal reproduction

Step to reproduce

What is expected

// 6. 如果新节点有子节点,递归构建 nodeMap if (Array.isArray(newNodeData?.children) && newNodeData.children.length > 0) { const newNode = getNode(newNodeData.id) generateNodesMap(newNodeData.children, newNode) } 如果我tiny-grid默认配置了slot但是children是空的就不会执行,(另外是否可以把 handleTinyGridColumnsSlots 方法给出来)

What is actually happening

No response

What is your project name

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]: tiny-grid default configuration jsslot, useCanvas does not execute generateNodesMap (cause it cannot be selected)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants