-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
doc(CustomScrollView): use iframe to show documentation #7346
Conversation
👀 Docs deployed
Commit 74cc851 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7346 +/- ##
=======================================
Coverage 92.51% 92.51%
=======================================
Files 374 374
Lines 11109 11109
Branches 3640 3640
=======================================
Hits 10278 10278
Misses 831 831
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
h2. Описание В документации CustomScrollView не отображается заголовок в примерах использования, из-за того, что там используется FixedLayout, для отображения примера не использовался iframe. Поэтому заголовок улетал вверх h2. Изменения Поправил доку CustomScrollView, чтобы в примере использовался iframe
✅ v6.5.1 🎉 |
Описание
В документации CustomScrollView не отображается заголовок в примерах использования, из-за того, что там используется FixedLayout, для отображения примера не использовался iframe. Поэтому заголовок улетал вверх
Изменения
Поправил доку CustomScrollView, чтобы в примере использовался iframe