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

Ghost padding on state diagram child states when zoomed in #80

Open
tonisives opened this issue Apr 2, 2023 · 0 comments
Open

Ghost padding on state diagram child states when zoomed in #80

tonisives opened this issue Apr 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tonisives
Copy link

Describe the bug
There is ghost padding on stateDiagram-v2 child states when zoomed in

To Reproduce
Try the example and zoom in to see the padding on the right

Expected behavior
No ghost padding to the right of the state

Screenshots
zoomed in
Screenshot 2023-04-02 at 15 20 34

zoomed out
Screenshot 2023-04-02 at 15 22 00

Desktop (please complete the following information):

  • OS: [e.g. Catallina 10.15.7]
  • 13.2.1 (22D68)
  • VSCode version
    Version: 1.76.0 (Universal)
  • Extension version
    v0.18.1

Additional context

stateDiagram-v2  
  buildCashGroup:CashGroup.buildCashGroupStateful (new)
  state buildCashGroup {
    [*] --> b2
    b2 --> getPrimeCashRateStateful
  }

Loading
@tonisives tonisives added the bug Something isn't working label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant