Skip to content

Commit

Permalink
chore: add keydown to rename layers
Browse files Browse the repository at this point in the history
  • Loading branch information
cocotime committed Oct 11, 2024
1 parent b4664a2 commit 56465f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/rename-layers-plugin/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
type="text"
placeholder="[Original layer name]"
id="addText"
(keydown.enter)="updateText()"
/>
</div>
<button
Expand Down Expand Up @@ -104,6 +105,7 @@
type="text"
placeholder="Write the new text"
id="replace"
(keydown.enter)="updateText()"
/>
</div>
<button
Expand Down

0 comments on commit 56465f4

Please sign in to comment.