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:
parent
b4664a2adc
commit
56465f4a31
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue