LivelyKernel / LivelyKernel/lively.next
Derivations do not instantiate layout correctly
Open
@merryman is already working on this.
Since Apr 29, 2024.
:lady_beetle: bug
🔄 not reproducible
🔍 cause unknown
- Dominant language
- JavaScript
- Stars
- 90
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
I used a component that has a `TilingLayout` configured in which `wrapSubmorphs` is set to true.
I use this component as a `part` in another component. There, I overwrote the layout configuration to add some padding. This lead to `wrapSubmorphs` being set to false on the part and I needed to explicitly set it to true once more.
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.
Assessment
This issue has not been assessed yet.