pmndrs/leva

Color Picker and Stats not visible in Fullscreen

开放

#541 创建于 2025年4月7日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (233 个派生)github user discovery
help wanted

仓库指标

星标
 (6,205 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hello, in my r3f app, the user can enable fullscreen; however i noticed some issues. When in fullscreen, if the user clicks on a color field in the leva panel, the color picker does not appear. Similarly, if the user enables the stats, it isnt visible when in fullscreen.

I've put together a sandbox that recreates the issue. The color picker can be found in "Box Settings" and stats in "General Settings". Please have a look and let me know if this is truly a bug or am I doing something wrong. Thank you! PS: for the sandbox, fullscreen only works if you open the preview as a new tab

Dependencies: “@react-three/drei”: “^10.0.4”, “@react-three/fiber”: “^9.1.0”, “@react-three/postprocessing”: “^3.0.4”, “leva”: “^0.10.0”, “next”: “^15.2.1”, “postprocessing”: “^6.37.1”, “react”: “^19.0.0”, “react-dom”: “^19.0.0”, “three”: “^0.174.0” "zustand": "5.0.3"

贡献者指南