Remove RenderService check, it must be passed to ctor

This commit is contained in:
Daniel Imms
2021-04-01 08:23:35 -07:00
parent b62a64519f
commit 05516750b5
+1 -1
View File
@@ -202,7 +202,7 @@ export class CompositionHelper {
* necessary as the IME events across browsers are not consistently triggered.
*/
public updateCompositionElements(dontRecurse?: boolean): void {
if (!this._isComposing || !this._renderService) {
if (!this._isComposing) {
return;
}