Don't override initial state for source diff view (#760)

This commit is contained in:
Micah
2023-08-01 09:33:06 -07:00
committed by GitHub
parent 34024d8524
commit 5b22ef192e
3 changed files with 4 additions and 2 deletions

View File

@@ -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),