Skip to content

Commit 97b442f

Browse files
authored
Update src/Components/Web.JS/src/Rendering/Events/EventDelegator.ts
1 parent cf5aa57 commit 97b442f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Web.JS/src/Rendering/Events/EventDelegator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ export class EventDelegator {
138138

139139
if (!isRendererAttached(this.browserRendererId)) {
140140
// when connection closed, it will detachWebRendererInterop, so we need to check if the renderer is still attached
141-
const targetElement = evt.target as Element;
142-
console.warn(`${evt.type} on ${targetElement.localName}${targetElement.className ? ' with class ' + targetElement.className : ''} is not handled because the renderer is not attached`);
143141
return;
144142
}
145143

0 commit comments

Comments
 (0)