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
when function onBodyClick() is called, isOpen is false, so the page slide can‘t be closed.
so, in function psOpen(), we need to insert code after scope.psOpen = true; isOpen = true;
I change it, it works.
The text was updated successfully, but these errors were encountered:
the page slide can't be closed when I click outside once. I have to click twice.
when function onBodyClick() is called, isOpen is false, so the page slide can‘t be closed.
so, in function psOpen(), we need to insert code after scope.psOpen = true;
isOpen = true;
I change it, it works.
The text was updated successfully, but these errors were encountered: