-
-
Notifications
You must be signed in to change notification settings - Fork 579
Layer selection (and multi-selection) in the Layer Panel #137
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
Comments
Assigned to @AkshayKalbhor. |
Sorry for the delay. Started working on this! |
Glad to hear it! It looks like you had to comment in this issue before I was able to actually assign the GitHub issue to you (that's why I resorted to commenting about that). |
Weird |
Layers normally have a .selected {
background: var(--color-7-middlegray);
} |
Good point! Noted |
Status? |
Click or Shift-click layers in the layer panel (and change their color so they appear selected) and notify the Editor backend.
Complexity: 1
Involves: Frontend (JS), Editor (Rust)
The text was updated successfully, but these errors were encountered: