diff options
author | bob <bcz@cs.brown.edu> | 2019-10-07 17:13:48 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-07 17:13:48 -0400 |
commit | 2485a9f0f32968040a79f757118dfb6fad8930fd (patch) | |
tree | dfe820e185ed461e2c31901e6fce15644d6ab105 /src/client/util/RichTextSchema.tsx | |
parent | 463cf0c4a6225fe01492510238973eabc1577fd5 (diff) |
fixes for toolbar and text footnote/comments.
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index 432e0c2fb..06b97fa68 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -168,7 +168,7 @@ export const nodes: { [index: string]: NodeSpec } = { width: { default: 200 }, height: { default: 100 }, title: { default: null }, - float: { default: "left" }, + float: { default: "right" }, location: { default: "onRight" }, docid: { default: "" } }, |