matrix-org / matrix-org/thirdroom
dragging editor resources into script editor uses wrong function call
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 647
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
when dragging resources other than Node into script editor, findNodeByName is the only function that is used regardless of resource type
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the script editor's resource-drag handling and the use of findNodeByName. Check how the handler distinguishes Node resources from other resource types, then verify that each type produces its appropriate function call rather than always using findNodeByName.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100