Skip to content

Commit f468da2

Browse files
authored
Merge pull request #433 from hydephp/388-fix-documentation-page-flickering
Add x-cloak to fix #388 documentation page flickering
2 parents 43f5dfe + e3c0a77 commit f468da2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE_NOTES.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This update will only affect those who have written custom code that uses or typ
2323

2424
### Fixed
2525
- The list element of the documentation page sidebar had a conflicting ID (`#sidebar`) and has now been changed to `#sidebar-navigation` which may break edge cases where this component is styled or interacted with outside of the framework.
26+
- Fix documentation page flickering [#388](https://github.com/hydephp/develop/issues/388)
2627

2728
### Security
2829
- in case of vulnerabilities.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div id="sidebar-backdrop" x-show="sidebarOpen" x-transition @click="sidebarOpen = false"
1+
<div id="sidebar-backdrop" x-cloak="" x-show="sidebarOpen" x-transition @click="sidebarOpen = false"
22
title="Click to close sidebar" class="w-screen h-screen fixed top-0 left-0 cursor-pointer z-10 bg-black/50">
33
</div>

0 commit comments

Comments
 (0)