subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

2 lines collapse into 1 with "cursor" prop #23

Open esauter5 opened 8 years ago

esauter5 commented 8 years ago

I noticed a line collapsing on top of another line. The behavior can be seen here:

cursor

The behavior went away when I disabled this package. I also strangely only see it when the prop is called cursor.

Not quite sure what is going on. I'll try digging in a bit when I have some time.

louh commented 7 years ago

I've been experiencing this as well. It's super weird.

oct-12-2016 17-46-54

Any luck finding out why this is happening? It's driving me crazy! I'm thinking of rewriting my components just to not use that prop.