From ab76273acd2126d92455ff12c4ba80d8bb9473c5 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 24 Mar 2024 19:22:41 -0400 Subject: fixed crash on richtextfield to string when there's no data. fixed schema cells not to edit unless selected. --- src/client/views/collections/collectionSchema/SchemaTableCell.tsx | 2 +- src/fields/RichTextField.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx index ce73ff8a4..67dc508d5 100644 --- a/src/client/views/collections/collectionSchema/SchemaTableCell.tsx +++ b/src/client/views/collections/collectionSchema/SchemaTableCell.tsx @@ -141,7 +141,7 @@ export class SchemaTableCell extends ObservableReactComponent