mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +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
|
||||
// - 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){
|
||||
|
|
Loading…
Reference in New Issue
Block a user