Merge pull request #3977 from penpot/palba-fix-swap-on-deleted-main

🐛 Fix opening the swap panel on a copy of a deleted component fails
This commit is contained in:
Belén Albeza 2024-01-08 11:16:23 +01:00 committed by GitHub
commit 3c114bd9ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,11 +224,10 @@
(cfh/join-path (if (not every-same-file?) (cfh/join-path (if (not every-same-file?)
"" ""
(find-common-path [] 0)))) (find-common-path [] 0))))
filters* (mf/use-state filters* (mf/use-state
{:term "" {:term ""
:file-id file-id :file-id file-id
:path path :path (or path "")
:listing-thumbs? false}) :listing-thumbs? false})
filters (deref filters*) filters (deref filters*)