mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 11:39:21 +02:00
mobile: fix last heading not shown in toc
This commit is contained in:
committed by
Abdullah Atta
parent
3f20c6b6dd
commit
3afde8da9a
@@ -129,6 +129,7 @@ const TableOfContents = ({ toc, close }: TableOfContentsProps) => {
|
||||
<TableOfContentsItem item={item} close={close} />
|
||||
)}
|
||||
keyExtractor={(item) => item.id}
|
||||
ListFooterComponent={<View style={{ height: 50 }} />}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user