mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
fix: bottom bar position
This commit is contained in:
parent
e71f2541ef
commit
0bd41e38d9
@ -21,6 +21,7 @@ import useStored from "src/store/useStored";
|
|||||||
import useUser from "src/store/useUser";
|
import useUser from "src/store/useUser";
|
||||||
|
|
||||||
const StyledBottomBar = styled.div`
|
const StyledBottomBar = styled.div`
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -78,8 +78,6 @@ export function parser(jsonStr: string): Graph {
|
|||||||
path: getNodePath(states.graph.nodes, states.graph.edges, node.id),
|
path: getNodePath(states.graph.nodes, states.graph.edges, node.id),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
console.log(states.graph);
|
|
||||||
|
|
||||||
return states.graph;
|
return states.graph;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user