This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
Animated caret not centered; transformation not stable #156
Comments
also, the active setting color is not being set on the newest version. 3.1.0 (as shown in the pic) isn't highlighting the selected node (active set in the prop), but 2.1.0 and 2.0.3 |
Hi! Mostly copied from source code:
... then add your custom decorators to Treebeard:
Solution is on line where I add {display: 'flex'} to |
Thank you so much! For anyone who wants to see the whole file, including the imports and what not:
|
However, the highlighted cursor still isn't displaying and I'm having trouble seeing what's making it do that |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the animation rotation is working, but its not staying in the center of the row.
it's not centered to begin with, so i feel like there might be some weird margin or transform around the origin making the caret stick to the bottom, and then rotate up to the top of the div
The text was updated successfully, but these errors were encountered: