manually implement drawertype logic (#6419)

This commit is contained in:
Samuel Newman
2024-11-16 20:06:11 +00:00
committed by GitHub
parent 6aa14f3203
commit ebdbf55d14
+1
View File
@@ -105,6 +105,7 @@ function ShellInner() {
onOpen={onOpenDrawer}
onClose={onCloseDrawer}
swipeEdgeWidth={winDim.width / 2}
drawerType={isIOS ? 'slide' : 'front'}
swipeEnabled={!canGoBack && hasSession && !isDrawerSwipeDisabled}
overlayStyle={{
backgroundColor: select(t.name, {