feat: split gridSize from enabled state & support custom gridStep (#8364)
This commit is contained in:
@@ -360,7 +360,7 @@ const LayerUI = ({
|
||||
)}
|
||||
{shouldShowStats && (
|
||||
<Stats
|
||||
scene={app.scene}
|
||||
app={app}
|
||||
onClose={() => {
|
||||
actionManager.executeAction(actionToggleStats);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user