A suggestion for a problem I encountered myself
Opened this issue · 0 comments
shAdow-XJY commented
Looking at the source code of the plugin, I suggest that you can provide an onChange or onOpen function with an opened variable.
Because my main page needs to use gesture recognition to display some animations, but I also want to show that gesture recognition will not take effect when the value of opened is true.
It may be better to provide an open variable, after all, there may be similar other application scenarios.
I hope the author can think about it, and I will modify the source code locally for my own use