|
@@ -197,7 +197,6 @@ export class PropertyTabComponent extends React.Component<IPropertyTabComponentP
|
|
isSelected={() => DataStorage.ReadBoolean("ShowGrid", true)}
|
|
isSelected={() => DataStorage.ReadBoolean("ShowGrid", true)}
|
|
onSelect={(value: boolean) => {
|
|
onSelect={(value: boolean) => {
|
|
DataStorage.WriteBoolean("ShowGrid", value);
|
|
DataStorage.WriteBoolean("ShowGrid", value);
|
|
- this.props.globalState.onGridSizeChanged.notifyObservers();
|
|
|
|
}}
|
|
}}
|
|
/>
|
|
/>
|
|
</LineContainerComponent>
|
|
</LineContainerComponent>
|
|
@@ -212,7 +211,6 @@ export class PropertyTabComponent extends React.Component<IPropertyTabComponentP
|
|
this.customSave();
|
|
this.customSave();
|
|
}} />
|
|
}} />
|
|
}
|
|
}
|
|
- <FileButtonLineComponent label="Load Frame" onClick={(file) => this.loadFrame(file)} accept=".json" />
|
|
|
|
</LineContainerComponent>
|
|
</LineContainerComponent>
|
|
{
|
|
{
|
|
!this.props.globalState.customSave &&
|
|
!this.props.globalState.customSave &&
|