Fix for PDF crash on Windows
This commit is contained in:
parent
f526dc9731
commit
f0a1ce40f7
|
|
@ -29,7 +29,9 @@ class DesignEditScreen extends StatelessWidget {
|
|||
builder: (context, viewModel) {
|
||||
return DesignEdit(
|
||||
viewModel: viewModel,
|
||||
key: ValueKey(viewModel.design.updatedAt),
|
||||
// TODO this was commented out to prevent crashing on Windows
|
||||
// after creating a new design
|
||||
// key: ValueKey(viewModel.design.updatedAt),
|
||||
);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue