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
SciDimensionDirective does not emit the initial element dimension if the user agent natively supports ResizeObserver.
SciDimensionDirective
ResizeObserver
The initial element dimension is emitted.
The text was updated successfully, but these errors were encountered:
fix: emit the initial element dimension also if using native resize o…
c4cc87b
…bserver fixes: #169
5d88128
danielwiehl
No branches or pull requests
Current behavior
SciDimensionDirective
does not emit the initial element dimension if the user agent natively supportsResizeObserver
.Expected behavior
The initial element dimension is emitted.
Environment
The text was updated successfully, but these errors were encountered: