aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-11-14 23:01:49 -0500
committerFawn <fangrui_tong@brown.edu>2019-11-14 23:01:49 -0500
commite3f06e390f98cc5b97d63fc287daff994d5fef6f (patch)
tree9daa1a3cdbc63f2bbf0e77c5e9f8c4ec2415f3b2 /src/client/util/RichTextSchema.tsx
parent0f72e2acc66698247503246887a5f5bb572b2753 (diff)
double cliking dragger collapses menu
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r--src/client/util/RichTextSchema.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx
index 1eea529d2..69f9a4c53 100644
--- a/src/client/util/RichTextSchema.tsx
+++ b/src/client/util/RichTextSchema.tsx
@@ -130,6 +130,7 @@ export const nodes: { [index: string]: NodeSpec } = {
// }
// }]
},
+
// :: NodeSpec An inline image (`<img>`) node. Supports `src`,
// `alt`, and `href` attributes. The latter two default to the empty
// string.