mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
✨ Disable rename support on the ui for binfile-v3
Not supported on backend
This commit is contained in:
committed by
Alonso Torres
parent
43b86d403c
commit
51c6abb261
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user