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
I've never set this up to use callbacks, though that's an interesting idea and you're welcome to make a pull request.
You may be able to solve your problem using LayoutQueue which is a dependency of this repo. That way you can set up a series of actions which take place on page-load, resize, or any custom triggers. Put SameHeight is in your queue just prior to whatever it is you want to do afterwards.
Yes, I did a workaround using LayoutQueue, but it would be better to include such functionality to make it straight-forward as it is the most common thing a developer thinks.
I will submit a PR if I will have the time. Thanks for the response. :)
do we have a way to add a callback function where the argument is the height of the elements?
like:
I have a use case where I wanted to center the texts vertically using the height.
The text was updated successfully, but these errors were encountered: