mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +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
|
// toolbars and actionbars
|
||||||
[].slice.call(document.querySelectorAll(".nav-container > ul[id*=toolbar]"))
|
[].slice.call(document.querySelectorAll(".nav-container > ul[id*=toolbar], .nav-container > ul[id*=actionbar]"))
|
||||||
.filter(function(toolbar) {
|
.filter(function(toolbar) {
|
||||||
return (toolbar && toolbar.nodeName === "UL");
|
return (toolbar && toolbar.nodeName === "UL");
|
||||||
}).forEach(function(toolbar) {
|
}).forEach(function(toolbar) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user