From c43b5f144eef86bd07fbb447b7c8a7087f4d0cac Mon Sep 17 00:00:00 2001 From: bobzel Date: Mon, 22 May 2023 15:32:15 -0400 Subject: start of physics cleanup --- src/client/documents/Documents.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/documents') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 6f8582c2e..4ee3368ab 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -688,8 +688,9 @@ export namespace Docs { [ DocumentType.SIMULATION, { + data: '', layout: { view: PhysicsSimulationBox, dataField: defaultDataKey }, - options: { _height: 100 }, + options: { _height: 100, position: '', velocity: '', acceleration: '', pendulum: '', simulation: '', review: '', show: '', start: '' }, }, ], ]); -- cgit v1.2.3-70-g09d2