feat: add help view
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 1m20s

This commit is contained in:
2024-04-26 15:30:52 +02:00
parent d06b33f508
commit cafe9bff84
16 changed files with 256 additions and 87 deletions

View File

@@ -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 />