mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 10:51:39 +02:00
🐛 Fix sorting on multiple export
This commit is contained in:
parent
6b164e10f2
commit
80ef69c710
3 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@
|
|||
(mf/use-callback
|
||||
(mf/deps file frames)
|
||||
(fn [_]
|
||||
(st/emit! (de/show-workspace-export-frames-dialog frames))))
|
||||
(st/emit! (de/show-workspace-export-frames-dialog (reverse frames)))))
|
||||
|
||||
on-item-hover
|
||||
(mf/use-callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue