mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(mobile): clicking item in left sidebar should close it quickly
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user