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:
Balder 2023-01-12 13:26:38 +01:00 committed by Thulinma
parent 8a6b7f13aa
commit 05afba74aa
2 changed files with 2 additions and 2 deletions

View file

@ -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;