mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
feat: isoflow takes 100% height as default
This commit is contained in:
@@ -39,7 +39,7 @@ interface Props {
|
||||
const App = ({
|
||||
initialScene,
|
||||
width,
|
||||
height = 500,
|
||||
height = '100%',
|
||||
interactionsEnabled: interactionsEnabledProp = true,
|
||||
onSceneUpdated,
|
||||
debugMode = false
|
||||
|
||||
Reference in New Issue
Block a user