You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Components/Web.JS/src/Rendering/Events/EventDelegator.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,6 @@ export class EventDelegator {
138
138
139
139
if(!isRendererAttached(this.browserRendererId)){
140
140
// when connection closed, it will detachWebRendererInterop, so we need to check if the renderer is still attached
141
-
consttargetElement=evt.targetasElement;
142
-
console.warn(`${evt.type} on ${targetElement.localName}${targetElement.className ? ' with class '+targetElement.className : ''} is not handled because the renderer is not attached`);
0 commit comments