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
Current declaration of the webix.event function in the webix.d.ts file doesn't allow us to attach an eventhandler to a Window, coz window isn't HTMLElement.
May be I'm wrong somewhere?
Could you please fix this issue someway if I'm right.
P.S.: for now, I'm using the next workaround (webix as any).event(...);
The text was updated successfully, but these errors were encountered:
Hello Webix team!
Current declaration of the webix.event function in the webix.d.ts file doesn't allow us to attach an eventhandler to a Window, coz window isn't HTMLElement.
May be I'm wrong somewhere?
Could you please fix this issue someway if I'm right.
P.S.: for now, I'm using the next workaround
(webix as any).event(...);
The text was updated successfully, but these errors were encountered: