This commit is contained in:
Andrew Kingston 2024-08-12 11:00:59 +01:00
parent 26936242b7
commit 51db5ac9a9
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,7 @@
const component = getContext("component") const component = getContext("component")
// Create component context // Create component context
const store = memo({}) const store = writable({})
setContext("component", store) setContext("component", store)
// Ref to the svelte component // Ref to the svelte component

View File

@ -1,5 +1,4 @@
import { GridSpacing } from "constants" import { GridSpacing, GridRowHeight } from "constants"
import { GridRowHeight } from "constants"
import { builderStore } from "stores" import { builderStore } from "stores"
import { buildStyleString } from "utils/styleable.js" import { buildStyleString } from "utils/styleable.js"