From 693a264d704929839e89e50a8d1aa0e6018ff0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCnter?= Date: Tue, 29 Nov 2022 22:31:13 +0100 Subject: [PATCH] page code inspector: add actions to command palette (#5899) --- src/ui/zabapgit_js_common.w3mi.data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/zabapgit_js_common.w3mi.data.js b/src/ui/zabapgit_js_common.w3mi.data.js index 4e1a9d326..cec4dd5b8 100644 --- a/src/ui/zabapgit_js_common.w3mi.data.js +++ b/src/ui/zabapgit_js_common.w3mi.data.js @@ -2458,7 +2458,8 @@ function enumerateUiActions() { // - links inside forms // - label links // - command links - [].slice.call(document.querySelectorAll("form a, a.command")) + // - other header links + [].slice.call(document.querySelectorAll("form a, a.command, #header a")) .filter(function(anchor){ return !!anchor.title || !!anchor.text; }).forEach(function(anchor){