fix(mobile): clicking item in left sidebar should close it quickly

This commit is contained in:
Tienson Qin
2025-08-16 20:31:31 +08:00
parent 180778a43b
commit a54b1586b3
3 changed files with 52 additions and 36 deletions

View File

@@ -112,7 +112,7 @@ const PersistentSheetWithDetentView = React.forwardRef<
>(({ children, className, dimmingColor, onTravel, ...restProps }, ref) => {
const viewRef = useRef<HTMLDivElement>(null);
const [inertOutside, setInertOutside] = useState(restProps.inertOutside);
console.log('inertOutside' + inertOutside);
const {
range,
setRange,