fix: context menu opening when swiping up from bottom on iOS
This commit is contained in:
@@ -241,6 +241,7 @@ const ContentListView: FunctionComponent<Props> = ({
|
||||
selectionController={selectionController}
|
||||
/>
|
||||
) : null}
|
||||
<div className="absolute bottom-0 h-safe-bottom w-full" />
|
||||
</ResponsivePaneContent>
|
||||
{itemsViewPanelRef.current && (
|
||||
<PanelResizer
|
||||
|
||||
Reference in New Issue
Block a user