Skip to content

Commit 8395c1a

Browse files
jopriceZevEisenberg
authored andcommitted
fix missing hidden class (TextureGroup#1952)
1 parent 89fb3ab commit 8395c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_docs/inversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When this is enabled, developers only have to take one more step to have full in
2323
self.tableNode.view.scrollIndicatorInsets = UIEdgeInsetsMake(0, 0, inset, 0);
2424
</pre>
2525

26-
<pre lang="swift" class = "swiftCode">
26+
<pre lang="swift" class = "swiftCode hidden">
2727
let inset = self.topBarsHeight
2828
self.tableNode.view.contentInset = UIEdgeInsets(top: 0.0, left: 0.0, bottom: inset, right: 0.0)
2929
self.tableNode.view.scrollIndicatorInsets = UIEdgeInsets(top: 0.0, left: 0.0, bottom: inset, right: 0.0)

0 commit comments

Comments
 (0)