forked from rojo-rbx/rojo
Don't override initial state for source diff view (#760)
This commit is contained in:
@@ -400,7 +400,7 @@ function ConnectedPage:render()
|
||||
active = self.state.showingSourceDiff,
|
||||
|
||||
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