diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-15 16:51:49 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-15 16:51:49 -0400 |
| commit | 1f6f19388e081b856a3d2f7243bcfdca37a2f826 (patch) | |
| tree | ff8c75a96c56c021e4cc8bf2741f5fd3c4252d77 /src/client/views/DocumentDecorations.tsx | |
| parent | 9d76e8c2f318b4c6a4f941e6d2c8e795bc93f372 (diff) | |
| parent | b6b18c2243fb6b6c0e0850962d433b0bb08753c9 (diff) | |
pulled from master
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index d537e2dac..df526e01c 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -523,7 +523,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> break; } - runInAction(() => FormattedTextBox.InputBoxOverlay = undefined); + if (!this._resizing) runInAction(() => FormattedTextBox.InputBoxOverlay = undefined); SelectionManager.SelectedDocuments().forEach(element => { if (dX !== 0 || dY !== 0 || dW !== 0 || dH !== 0) { let doc = PositionDocument(element.props.Document); |
