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

After v1.2023.10, Remove command does not remove nested shapes #1769

Open
JohnLeyva opened this issue May 7, 2024 · 1 comment
Open

After v1.2023.10, Remove command does not remove nested shapes #1769

JohnLeyva opened this issue May 7, 2024 · 1 comment
Labels

Comments

@JohnLeyva
Copy link

Describe the bug
removing a nested shape stopped working.

Stopped working after
docker.io/plantuml/plantuml-server:jetty-v1.2023.10

To Reproduce
Use the code indicated

image

@startuml
frame f1 {
   component A
}
component B

' DOES NOT WORK
remove A

'works
remove B

'works
' remove f1  


@enduml

https://www.plantuml.com/plantuml/svg/SoWkIImgAStDuKehIinDLKWpLAZcKb1GICxFBSZFIyqhKN3agkL2y9oukDGLNFnTWnNy_4CKmls3lBcAKdFpor8L784ovVb5sSKm0IUO0507M0XikW8N5vT3QbuAq4e0

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

No branches or pull requests

2 participants