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

nodeToSketchGroup - flatten option #94

Open
kdzwinel opened this issue Apr 25, 2018 · 1 comment
Open

nodeToSketchGroup - flatten option #94

kdzwinel opened this issue Apr 25, 2018 · 1 comment

Comments

@kdzwinel
Copy link
Collaborator

As discussed in chrisvxd/story2sketch#20

Before

nodeToSketchGroup(node);

(group A)
  (group B)
     (group C)
        layer

After

nodeToSketchGroup(node);

(group C)
   layer

❓Or should it be group A? Or maybe some new group that contains names of all A, B & C? 🤔

@yakunins
Copy link

yakunins commented Nov 21, 2018

An attempt to make ungrouping with data-sketch-ungroup attribute:

  1. in nodeTreeToSketchGroup.js see line 24 and line 41
  2. ungroup detection function in /helpers/symbolAttributes/utils.js see line 9

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

No branches or pull requests

2 participants