master merge

This commit is contained in:
hardiknai-techm
2021-05-27 09:34:42 +05:30
247 changed files with 26680 additions and 30211 deletions

View File

@@ -132,6 +132,7 @@ export const NewVertexComponent: FunctionComponent<INewVertexComponentProps> = (
onChange={(event: React.ChangeEvent<HTMLInputElement>) => {
onLabelChange(event);
}}
autoFocus
/>
<div className="actionCol"></div>
</div>