properly set retrigger-value when seeing trigger characters, #26995

This commit is contained in:
Johannes Rieken 2017-05-23 17:16:09 +02:00
parent d7add5ef38
commit 09777061ee

View file

@ -199,7 +199,7 @@ export class SuggestModel implements IDisposable {
}
}
}
this.trigger(true, false, supports, items);
this.trigger(true, Boolean(this.completionModel), supports, items);
}
});
}