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

The quickfix link sometimes disappears on mouse hover #135

Open
BawdyInkSlinger opened this issue Jul 13, 2023 · 1 comment
Open

The quickfix link sometimes disappears on mouse hover #135

BawdyInkSlinger opened this issue Jul 13, 2023 · 1 comment

Comments

@BawdyInkSlinger
Copy link

This is my config file:

sugarcube-2:
  macros:
    dialogelement:
      name: dialogelement
      container: true
    dialogelementclose:
      name: dialogelementclose
    opendialogelement:
      name: opendialogelement
      container: true
      parameters: 
      - "text"

This is my twee file:

<<dialogelement "Dialog 4" `"dialog-number-" + $dialog_number`>>
  <<button "Custom close button">><<dialogelementclose>><</button>>
<<onopen>>
  <<append "#event-log">><p>Opened 4</p><</append>>
<<onclose>>
  <<append "#event-log">><p>Closed 4</p><</append>>
<</dialogelement>>

This is what happens when I try to add those children to the config with a quick fix:

gif

@Tranberry
Copy link
Contributor

I believe this is a VS Code issue

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

No branches or pull requests

2 participants