mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -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)
|
file-id (:file-id entry)
|
||||||
editing? (and (some? file-id) (= edition file-id))
|
editing? (and (some? file-id) (= edition file-id))
|
||||||
|
|
||||||
editable? (and (or (= :binfile-v3 format)
|
editable? (and (= :legacy-zip format)
|
||||||
(= :legacy-zip format))
|
|
||||||
(= status :import-ready))
|
(= status :import-ready))
|
||||||
|
|
||||||
on-edit-key-press
|
on-edit-key-press
|
||||||
|
|
Loading…
Add table
Reference in a new issue