1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00

Add comments

This commit is contained in:
Andrew Kingston 2024-06-24 14:04:45 +01:00
parent 9b33ee1cee
commit 8050a405f5
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ import { DefaultColumnWidth, GutterWidth } from "../lib/constants"
export const createStores = () => {
const columns = writable([])
// Enrich columns with metadata about their display position
const enrichedColumns = derived(columns, $columns => {
let offset = GutterWidth
let idx = 0