forked from rojo-rbx/rojo
Don't override initial state for source diff view (#760)
This commit is contained in:
@@ -184,7 +184,7 @@ function ConfirmingPage:render()
|
||||
active = true,
|
||||
|
||||
initDockState = Enum.InitialDockState.Float,
|
||||
overridePreviousState = true,
|
||||
overridePreviousState = false,
|
||||
floatingSize = Vector2.new(500, 350),
|
||||
minimumSize = Vector2.new(400, 250),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user