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
Hi, thank you for the library! We saved a lot of time with it
Problem
When I try to execute a call chain like winbox.show().maximize() for a non-hidden winbox instance, I get an error Cannot read properties of undefined (reading 'maximize') because show method returns this only for a hidden instance or when a state false is passed. The same situation with hide
v 0.2.82
Is this expected behavior? If not, I'll make a PR
The text was updated successfully, but these errors were encountered:
Hi, thank you for the library! We saved a lot of time with it
Problem
When I try to execute a call chain like
winbox.show().maximize()
for a non-hidden winbox instance, I get an errorCannot read properties of undefined (reading 'maximize')
becauseshow
method returnsthis
only for a hidden instance or when a statefalse
is passed. The same situation withhide
v 0.2.82
Is this expected behavior? If not, I'll make a PR
The text was updated successfully, but these errors were encountered: