mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix problem when opening the context menu in dashboard at the bottom
This commit is contained in:
parent
1ec423c11d
commit
1584f3771b
3 changed files with 3 additions and 2 deletions
|
@ -200,7 +200,7 @@
|
|||
(when selected?
|
||||
[:& file-menu {:files selected-file-objs
|
||||
:show? (:menu-open @local)
|
||||
:left (:x (:menu-pos @local))
|
||||
:left (+ 24 (:x (:menu-pos @local)))
|
||||
:top (:y (:menu-pos @local))
|
||||
:navigate? navigate?
|
||||
:on-edit on-edit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue