Remove RenderService check, it must be passed to ctor

This commit is contained in:
Daniel Imms
2021-04-01 12:05:21 -07:00
parent 3ae61fc1dd
commit 07499380d1
+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;
}