Skip to content

Commit

Permalink
fix missing hidden class (TextureGroup#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
joprice authored and ZevEisenberg committed Feb 6, 2021
1 parent 89fb3ab commit 8395c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/inversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ When this is enabled, developers only have to take one more step to have full in
self.tableNode.view.scrollIndicatorInsets = UIEdgeInsetsMake(0, 0, inset, 0);
</pre>

<pre lang="swift" class = "swiftCode">
<pre lang="swift" class = "swiftCode hidden">
let inset = self.topBarsHeight
self.tableNode.view.contentInset = UIEdgeInsets(top: 0.0, left: 0.0, bottom: inset, right: 0.0)
self.tableNode.view.scrollIndicatorInsets = UIEdgeInsets(top: 0.0, left: 0.0, bottom: inset, right: 0.0)
Expand Down

0 comments on commit 8395c1a

Please sign in to comment.