update comment

This commit is contained in:
João Moreno
2021-02-18 11:00:31 +01:00
parent df97ef2288
commit 7efe1382bb
@@ -791,7 +791,7 @@ export class TunnelPanel extends ViewPane {
rerender();
}));
// TODO@joao why the debounce?
// TODO@alexr00 Joao asks: why the debounce?
this._register(Event.debounce(this.table.onDidOpen, (last, event) => event, 75, true)(e => {
if (e.element && (e.element.tunnelType === TunnelType.Add)) {
this.commandService.executeCommand(ForwardPortAction.INLINE_ID);