refactor drawing
implement shareable cache logic improve caching fix drawing bug
This commit is contained in:
@@ -14,7 +14,7 @@ export const Transform = z.object({
|
||||
});
|
||||
|
||||
export const Cache = z.object({
|
||||
valid: z.boolean().optional().default(false),
|
||||
valid: z.boolean().optional().default(true),
|
||||
});
|
||||
|
||||
export const BaseEntity = z.object({
|
||||
|
||||
Reference in New Issue
Block a user