mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
🐛 Fixes the folders in the Swap pannel appear weird on mixed
This commit is contained in:
parent
8ee79e5d7c
commit
f8c416c5ae
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@
|
|||
|
||||
(defn- find-common-path
|
||||
([components]
|
||||
(let [paths (map (comp cfh/last-path :path) components)]
|
||||
(let [paths (map (comp cfh/split-path :path) components)]
|
||||
(find-common-path paths [] 0)))
|
||||
([paths path n]
|
||||
(let [current (nth (first paths) n nil)]
|
||||
|
|
Loading…
Add table
Reference in a new issue