feat: add help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m20s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m20s
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
export let showGrid = false;
|
||||
export let snapToGrid = false;
|
||||
export let showHelp = false;
|
||||
|
||||
export let settingTypes = {};
|
||||
|
||||
@@ -55,4 +56,4 @@
|
||||
const dispatch = createEventDispatcher();
|
||||
</script>
|
||||
|
||||
<GraphEl graph={manager} settings={{ showGrid, snapToGrid }} />
|
||||
<GraphEl {manager} bind:showGrid bind:snapToGrid bind:showHelp />
|
||||
|
||||
Reference in New Issue
Block a user