chore(editor): ♻️ Revert tables to arrays
Yet another refacto. I improved many many mechanisms on this one including dnd. It is now end 2 end tested 🎉
This commit is contained in:
@@ -1,3 +1 @@
|
||||
export type Table<T> = { byId: { [key: string]: T }; allIds: string[] }
|
||||
|
||||
export const defaultTable = { byId: {}, allIds: [] }
|
||||
export type IdMap<T> = { [id: string]: T }
|
||||
|
||||
Reference in New Issue
Block a user