mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Fixed enter key not triggering confirm action in delete theme modal
no issue - added missing key handler
This commit is contained in:
parent
1d0cd80158
commit
b2177e636e
@ -1,4 +1,4 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-content" {{on-key "Enter" (perform this.deleteThemeTask)}}>
|
||||
<header class="modal-header" data-test-modal="delete-theme">
|
||||
<h1>Are you sure you want to delete this</h1>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user