From 8e6caaf2a4f9f5c9777719a85dcacf4922830c04 Mon Sep 17 00:00:00 2001 From: ab Date: Fri, 28 Jun 2019 14:59:40 -0400 Subject: yeet --- src/debug/Viewer.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/debug/Viewer.tsx') diff --git a/src/debug/Viewer.tsx b/src/debug/Viewer.tsx index b22300d0b..d880f1a28 100644 --- a/src/debug/Viewer.tsx +++ b/src/debug/Viewer.tsx @@ -10,6 +10,7 @@ import { List } from '../new_fields/List'; import { URLField } from '../new_fields/URLField'; import { EditableView } from '../client/views/EditableView'; import { CompileScript } from '../client/util/Scripting'; +import { RichTextField } from '../new_fields/RichTextField'; function applyToDoc(doc: { [index: string]: FieldResult }, key: string, scriptString: string): boolean; function applyToDoc(doc: { [index: number]: FieldResult }, key: number, scriptString: string): boolean; @@ -117,6 +118,8 @@ class DebugViewer extends React.Component<{ field: FieldResult, setValue(value: content =

"{field}"

; } else if (typeof field === "number" || typeof field === "boolean") { content =

{field}

; + } else if (field instanceof RichTextField) { + content =

RTF: {field.Data}

; } else if (field instanceof URLField) { content =

{field.url.href}

; } else if (field instanceof Promise) { -- cgit v1.2.3-70-g09d2