Fix incorrect welcomView calculation for ports

This commit is contained in:
Alex Ross 2021-04-07 16:18:03 +02:00
parent 07d0bba09d
commit 16d8f35b26
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

View file

@ -732,6 +732,7 @@ export class TunnelPanel extends ViewPane {
if (((lastPortCount === 0) || (newPortCount === 0)) && (lastPortCount !== newPortCount)) {
this._onDidChangeViewWelcomeState.fire();
}
lastPortCount = newPortCount;
rerender();
}));