Fix removal of port label

This commit is contained in:
Alex Ross
2021-04-06 14:03:51 +02:00
parent 52d2d09604
commit fdbcc90b4f
2 changed files with 3 additions and 1 deletions

View File

@@ -774,6 +774,7 @@ class RemoteExplorerService implements IRemoteExplorerService {
}
setEditable(tunnelItem: ITunnelItem | undefined, editId: TunnelEditId, data: IEditableData | null): void {
console.log('setting edit ' + data);
if (!data) {
this._editable = undefined;
} else {