We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the docs:
const board = penpot.createBoard(); const flex = board.addFlexLayout(); flex.dir = "column"; board.appendChild(penpot.createRectangle()); board.appendChild(penpot.createEllipse());
A board is created that has a flex layout with the direction "column".
A board is created that has a flex layout with the (default) direction "row".
No response
I'm trying this in the Vue starter.
The text was updated successfully, but these errors were encountered:
Hi @smth,
Thanks for reporting this! We've added this to our backlog on Taiga so that we can look further into it, you can find the details here: https://tree.taiga.io/project/penpot/issue/9486
Sorry, something went wrong.
No branches or pull requests
Steps To Reproduce
From the docs:
Expected behavior
A board is created that has a flex layout with the direction "column".
Actual behavior
A board is created that has a flex layout with the (default) direction "row".
Screenshots or video
No response
Desktop (please complete the following information)
Smartphone (please complete the following information)
No response
Environment (please complete the following information)
No response
Frontend Stack Trace
No response
Backend Stack Trace
No response
Additional context
I'm trying this in the Vue starter.
The text was updated successfully, but these errors were encountered: