aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-11-13 14:48:57 -0500
committerbob <bcz@cs.brown.edu>2019-11-13 14:48:57 -0500
commite87b4b99323875afce2d9847f3bddd4196b85b81 (patch)
treea38eb3b9147a25006a4a678a797db5c3577b165a /src/client/util
parenta93ee99c9dd3b5ecc5160f98f9dffeb119b4dcce (diff)
added a lockedTransform field to lock pan/zoom. fixed text scrollintoview to scroll only when necessary.
Diffstat (limited to 'src/client/util')
-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 1004cb3d4..0d1ae3841 100644
--- a/src/client/util/RichTextSchema.tsx
+++ b/src/client/util/RichTextSchema.tsx
@@ -679,6 +679,7 @@ export class DashDocView {
bringToFront={emptyFunction}
zoomToScale={emptyFunction}
getScale={returnOne}
+ dontRegisterView={true}
ContainingCollectionView={undefined}
ContainingCollectionDoc={undefined}
ContentScaling={this.contentScaling}