We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resize-observer/src/algorithms/calculateBoxSize.ts
Line 17 in 05c6ede
Was it intentional that only tb is anchored and that vertical is not, or should the regex be : /^tb|^vertical/?
tb
vertical
/^tb|^vertical/
The text was updated successfully, but these errors were encountered:
This is not intentional. Good find.
Sorry, something went wrong.
fix resize observer (#48)
cdd9584
see : juggle/resize-observer#141
No branches or pull requests
resize-observer/src/algorithms/calculateBoxSize.ts
Line 17 in 05c6ede
Was it intentional that only
tb
is anchored and thatvertical
is not, or should the regex be :/^tb|^vertical/
?The text was updated successfully, but these errors were encountered: