LSP: on the edit trigger tab, do not forget what we're editing if capabilities are not yet known
# Conflicts: # lsp/minified.js
This commit is contained in:
parent
8a6b7f13aa
commit
05afba74aa
2 changed files with 2 additions and 2 deletions
|
@ -5986,7 +5986,7 @@ var UI = {
|
|||
}
|
||||
if (typeof mist.data.capabilities == 'undefined') {
|
||||
mist.send(function(d){
|
||||
UI.navto(tab);
|
||||
UI.navto(tab,other);
|
||||
},{capabilities: true});
|
||||
$main.append('Loading..');
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue