You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
Because we set the extra margin to align non-expandable and expandable nodes on the indent element, if we have multiple roots, they are not aligned (because they don't have any indent elements)
We can probably fix this by setting the margin not on the indent, but on the node body.
Because we set the extra margin to align non-expandable and expandable nodes on the
indentelement, if we have multiple roots, they are not aligned (because they don't have anyindentelements)We can probably fix this by setting the margin not on the indent, but on the node body.