mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 10:58:12 +08:00
Improve layer panel positioning for upstream nodes (#1928)
* Improve layer panel positioning for upstream nodes * highlight parents * Final improvements * Fill for selection box, bug fixes * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
co-authored by
Keavon Chambers
parent
da13f21486
commit
2bd213f1aa
@@ -888,6 +888,8 @@ export class LayerPanelEntry {
|
||||
selected!: boolean;
|
||||
|
||||
inSelectedNetwork!: boolean;
|
||||
|
||||
selectedParent!: boolean;
|
||||
}
|
||||
|
||||
export class DisplayDialogDismiss extends JsMessage {}
|
||||
|
||||
Reference in New Issue
Block a user