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

"Blurb" element is not visible when attached to a callout #18

Open
nahmjordan opened this issue Aug 9, 2017 · 0 comments
Open

"Blurb" element is not visible when attached to a callout #18

nahmjordan opened this issue Aug 9, 2017 · 0 comments

Comments

@nahmjordan
Copy link

nahmjordan commented Aug 9, 2017

I required callout and blurb both and created a const named "styledBlurb" like what was done in the runkit demo. This stuff is fairly simple and identical to what was posted on github in the runkit demo (https://github.com/runkitdev/runkit-demo/blob/master/notebook-demo.js). When I try to create a callout with attached text, only the callout appears. I have tried testing to see if the text was defaulting to white on a white background which was not the case, I moved the window to see if it was appearing behind for some reason and that was not the case either. Below are the elements in question:

<callout from = { { x: 625, y: 675 } } to = { { x: 750, y: 625 } }>
    <styledBlurb>
          example text
    </styledBlurb>

</callout>

Everything is identical to the runkit demo so I'm unsure what is going wrong, thanks for any suggestions.

Update: I located the text behind the window far from next to the callout. Not sure why this is happening. It was behind the window when the callout was close to the top left so I imagine the example above is far out to the right of the electron window.

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

1 participant