safari optimizations
This commit is contained in:
parent
8aef9266f6
commit
624af7cdc0
12 changed files with 35 additions and 25 deletions
|
@ -12,7 +12,7 @@ export default interface ContentField
|
|||
}
|
||||
| {
|
||||
type: "code";
|
||||
children: Array<{ type: "list-item"; children: Array<TypeField> }>;
|
||||
children: Array<TextField>;
|
||||
language: "plaintext";
|
||||
}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue