mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
Allow item.position to be null
This commit is contained in:
parent
f0a3cbada7
commit
a3acf592dd
2
src/types/Item.d.ts
vendored
2
src/types/Item.d.ts
vendored
@ -12,7 +12,7 @@ export interface Item {
|
|||||||
name: string
|
name: string
|
||||||
text: string
|
text: string
|
||||||
data?: string
|
data?: string
|
||||||
position?: Point
|
position?: Point | null
|
||||||
date_created?: string
|
date_created?: string
|
||||||
date_updated?: string | null
|
date_updated?: string | null
|
||||||
start?: string
|
start?: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user