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
because of this issue : #663
I would like to put this bugfix function as the defaults property of onCreate.
Due to the circumstances of the project, I can't call a function for fixing bugs with onCreate callbacks everywhere I am creating mCustomScrollbar. onCreate callbacks everywhere I am creating mCustomScrollbar.
Is there a way to make this bugfix function default to the onCreate function, other than by modifying the library script itself?
but it didn't work because the onCreate function was replaced after the mCustomScrollbar was created and already tried to call the onCreate function. Also, this method was not possible because I had to go through all the mCustomScrollbars and pass the appropriate arguments.
Is there any other way?
The text was updated successfully, but these errors were encountered:
because of this issue : #663
I would like to put this bugfix function as the defaults property of
onCreate
.Due to the circumstances of the project, I can't call a function for fixing bugs with onCreate callbacks everywhere I am creating mCustomScrollbar.
onCreate
callbacks everywhere I am creating mCustomScrollbar.Is there a way to make this bugfix function default to the onCreate function, other than by modifying the library script itself?
I tried this method,
but it didn't work because the onCreate function was replaced after the mCustomScrollbar was created and already tried to call the onCreate function. Also, this method was not possible because I had to go through all the mCustomScrollbars and pass the appropriate arguments.
Is there any other way?
The text was updated successfully, but these errors were encountered: