chore: rename editors

This commit is contained in:
Elliot DeNolf
2023-10-04 13:27:19 -04:00
parent 394c2bc23a
commit 1107a1d7d1
9 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ import RichTextCell from './cell'
import { richTextRelationshipPromise } from './data/richTextRelationshipPromise'
import RichTextField from './field'
export function createSlate(args: AdapterArguments): RichTextAdapter<AdapterArguments> {
export function slateEditor(args: AdapterArguments): RichTextAdapter<AdapterArguments> {
return {
CellComponent: withMergedProps({
Component: RichTextCell,