Drawer event
When opening a drawer the common events are:
kt.drawer.toggle
kt.drawer.show
kt.drawer.shown
kt.drawer.toggled
But if you open with an external toggle. There is no kt.drawer.toggle
and kt.drawer.toggled
events.
Can you add them, please?
Thanks
Replies (2)
toggleElement is also null in that case.
I think a better experience should be keeping the behaviour when we dont have an external toggle
Hi,
Please note that this is is an external launch button and it uses the show() method and it's using the toggle method so the toggle event can not be fired.
Regards.