0
Fork 0
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:
Andrey Antukh 2024-10-18 13:26:16 +02:00 committed by Alonso Torres
parent 43b86d403c
commit 51c6abb261

View file

@ -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