mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
✨ Disable rename support on the ui for binfile-v3
Not supported on backend
This commit is contained in:
parent
43b86d403c
commit
51c6abb261
1 changed files with 1 additions and 2 deletions
|
@ -208,8 +208,7 @@
|
|||
file-id (:file-id entry)
|
||||
editing? (and (some? file-id) (= edition file-id))
|
||||
|
||||
editable? (and (or (= :binfile-v3 format)
|
||||
(= :legacy-zip format))
|
||||
editable? (and (= :legacy-zip format)
|
||||
(= status :import-ready))
|
||||
|
||||
on-edit-key-press
|
||||
|
|
Loading…
Add table
Reference in a new issue