mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
add actionbars to command palette (F1) (#7164)
This commit is contained in:
parent
1ef41d3f77
commit
90219ae271
|
@ -2347,8 +2347,8 @@ function enumerateUiActions() {
|
|||
}
|
||||
}
|
||||
|
||||
// toolbars
|
||||
[].slice.call(document.querySelectorAll(".nav-container > ul[id*=toolbar]"))
|
||||
// toolbars and actionbars
|
||||
[].slice.call(document.querySelectorAll(".nav-container > ul[id*=toolbar], .nav-container > ul[id*=actionbar]"))
|
||||
.filter(function(toolbar) {
|
||||
return (toolbar && toolbar.nodeName === "UL");
|
||||
}).forEach(function(toolbar) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user