Add missing shortcut to close overlay via esc key

This commit is contained in:
Bjarne Fyrstenborg
2020-08-20 22:52:17 +02:00
committed by Sebastiaan Janssen
parent a06c8df6ee
commit 7f4ab750a8
3 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
<umb-button
action="vm.close()"
shortcut="esc"
button-style="link"
label="{{vm.closeLabel}}"
type="button">

View File

@@ -69,6 +69,7 @@
<umb-button
action="vm.close()"
shortcut="esc"
button-style="link"
label-key="general_cancel"
type="button">

View File

@@ -227,6 +227,7 @@
<umb-button
action="vm.close()"
shortcut="esc"
button-style="link"
label-key="general_close"
type="button">