mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
page code inspector: add actions to command palette (#5899)
This commit is contained in:
parent
9e55f2cbf5
commit
693a264d70
|
@ -2458,7 +2458,8 @@ function enumerateUiActions() {
|
||||||
// - links inside forms
|
// - links inside forms
|
||||||
// - label links
|
// - label links
|
||||||
// - command 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){
|
.filter(function(anchor){
|
||||||
return !!anchor.title || !!anchor.text;
|
return !!anchor.title || !!anchor.text;
|
||||||
}).forEach(function(anchor){
|
}).forEach(function(anchor){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user