diff options
author | bob <bcz@cs.brown.edu> | 2019-10-10 16:42:12 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-10 16:42:12 -0400 |
commit | 21aab2fbf28e9cf6d08366b57d368d120d6813bb (patch) | |
tree | 1eeda85f15283787b5b982975c2c5fed9692fd3e /src/client/util/RichTextSchema.tsx | |
parent | 77d66d159d75442ff5635c4bf4843b6155883cc2 (diff) |
got rid of all CollectionView wrappers around XxxBox's added DocAnnotatableComponent
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r-- | src/client/util/RichTextSchema.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx index a5502577b..063686d58 100644 --- a/src/client/util/RichTextSchema.tsx +++ b/src/client/util/RichTextSchema.tsx @@ -784,8 +784,8 @@ export class DashDocView { addDocTab={self._textBox.props.addDocTab} pinToPres={returnFalse} renderDepth={1} - PanelWidth={self._dashDoc![WidthSym]} - PanelHeight={self._dashDoc![HeightSym]} + PanelWidth={self._dashDoc[WidthSym]} + PanelHeight={self._dashDoc[HeightSym]} focus={emptyFunction} backgroundColor={returnEmptyString} parentActive={returnFalse} |