mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fix bug in Command Palette (#6799)
This commit is contained in:
parent
0514b2df62
commit
b4e34da365
|
@ -2416,7 +2416,7 @@ function enumerateUiActions() {
|
|||
if (anchor.href.includes("label")) {
|
||||
result = "Label: " + result;
|
||||
}
|
||||
return result;
|
||||
return result.trim();
|
||||
})()
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user