diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-20 21:37:32 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-20 21:37:32 -0400 |
commit | c0439996ec8b4858c48a7871120e19bb7c06c67d (patch) | |
tree | 5efd268f5cf119909f5c955b2710191698bcf47f /src/client/views/nodes/FormattedTextBox.tsx | |
parent | 820ad7343816ee9d5881eefdbcbe8783fe903257 (diff) |
drag and drop google docs tweaks
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index d4cbb5116..2b01fb70a 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -434,6 +434,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe delete dataDoc[GoogleRef]; } DocumentDecorations.Instance.startPullOutcome(pullSuccess); + this.tryUpdateHeight(); } checkState = (exportState: GoogleApiClientUtils.Docs.ReadResult, dataDoc: Doc) => { |