From 8ff1d0769e972f27afd354745caaad037bd4e840 Mon Sep 17 00:00:00 2001 From: Anders Bjerner Date: Thu, 20 Oct 2022 17:34:52 +0200 Subject: [PATCH] Added shortcut="esc" to RTE HTML editor close button (cherry picked from commit 4922144528e00e56aeeba484dd4ee58caa25022c) --- .../src/views/propertyeditors/rte/codeeditor.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/codeeditor.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/codeeditor.html index 11d77d4dd4..2bccd039db 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/codeeditor.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/codeeditor.html @@ -25,6 +25,7 @@ type="button" button-style="link" label-key="general_close" + shortcut="esc" action="vm.close()"> - \ No newline at end of file +