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

使用 addChild 添加多个后,通过父节点的 getChildren() 只能获取到一个子节点 #2376

Closed
caihuascript opened this issue Jul 20, 2022 · 5 comments
Labels
type: discussion 讨论 Usage questions, guidance, and other discussions

Comments

@caihuascript
Copy link

问题描述

当使用 addChild 给某个父节点添加子节点的时候, getChildren() 只可以获取一个子节点。

重现链接

https://codesandbox.io/s/recursing-firefly-mvy4xt?file=/src/app.tsx

重现步骤

  1. 进入页面
  2. 查看 console.log(parent.getChildren());

预期行为

应该显示出 [child1, child2]

平台

  • 操作系统: [macOS]
  • 网页浏览器: [Google Chrome]
  • X6 版本: [1.32.7]

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

@x6-bot
Copy link
Contributor

x6-bot bot commented Jul 20, 2022

👋 @caihuascript

Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.

To help make it easier for us to investigate your issue, please follow the contributing guidelines.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@babachao
Copy link

WechatIMG599

你好,我尝试了使用异步添加,或者将addChild封装成一个异步方法调用,等所有需要被添加的节点都完成后,再调用getChildren()方法拿到所有的子节点

@NewByVector
Copy link
Contributor

@caihuascript 需要先将 parent 和 child 加到画布上。再调用 addChild 方法。

@NewByVector NewByVector added the type: discussion 讨论 Usage questions, guidance, and other discussions label Jul 20, 2022
@NewByVector
Copy link
Contributor

请问上面的回答有解决你的问题吗,为了高效沟通,我们暂时关闭这个 issue,如果有必要,请重新开一个新的 issue。

@x6-bot
Copy link
Contributor

x6-bot bot commented Aug 22, 2023

This thread has been automatically locked because it has not had recent activity.

Please open a new issue for related bugs and link to relevant comments in this thread.

@x6-bot x6-bot bot locked as resolved and limited conversation to collaborators Aug 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: discussion 讨论 Usage questions, guidance, and other discussions
Projects
None yet
Development

No branches or pull requests

3 participants