0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00

chore: add keydown to rename layers

This commit is contained in:
Marina López 2024-10-11 10:05:41 +02:00
parent b4664a2adc
commit 56465f4a31

View file

@ -52,6 +52,7 @@
type="text"
placeholder="[Original layer name]"
id="addText"
(keydown.enter)="updateText()"
/>
</div>
<button
@ -104,6 +105,7 @@
type="text"
placeholder="Write the new text"
id="replace"
(keydown.enter)="updateText()"
/>
</div>
<button