mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 05:38:42 +00:00
* 🐛 Preserve renamed layer name when re-entering edit mode When a layer was renamed and the user clicked its name again to edit it, the input opened with the type-based default name instead of the user's saved name. Pressing Enter then silently overwrote the saved name with the default. Read the current shape :name when seeding the rename input so the user's previous rename is preserved. Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> * 💄 Remove redundant DOM-refresh effect from layer rename input Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> --------- Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> Signed-off-by: Andrey Antukh <niwi@niwi.nz> Co-authored-by: Andrey Antukh <niwi@niwi.nz>