mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 01:18:11 +08:00
* New folder placed directly above the topmost selected layer in the hierarchy (at the level of the least nested layer) * fix bug * Replace `.collect().contains()` with `.any()` and `if` statement with `.then_some()` --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>