mirror of
https://github.com/alrayyes/wiki.git
synced 2025-04-30 06:14:13 +00:00
format, update default sidepanel width
This commit is contained in:
parent
2774e976d2
commit
8c943f47d6
2 changed files with 3 additions and 3 deletions
quartz/components
|
@ -47,8 +47,8 @@ const defaultOptions: GraphOptions = {
|
|||
|
||||
export default ((opts?: GraphOptions) => {
|
||||
function Graph() {
|
||||
const localGraph = { ...defaultOptions.localGraph, ...opts?.localGraph, }
|
||||
const globalGraph = { ...defaultOptions.globalGraph, ...opts?.globalGraph, }
|
||||
const localGraph = { ...defaultOptions.localGraph, ...opts?.localGraph }
|
||||
const globalGraph = { ...defaultOptions.globalGraph, ...opts?.globalGraph }
|
||||
return (
|
||||
<div class="graph">
|
||||
<h3>Graph View</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue