diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-25 01:38:42 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-25 01:38:42 -0400 |
| commit | 0e27df3127c91a7d48ef05c7075c7d26aca2bd7f (patch) | |
| tree | 3128764591135ab1d7f72a9820e749e2ba62b08f /src/client/views/DocumentDecorations.tsx | |
| parent | 575d8b339cdf74cdcb8d46dcd6e627aec2dda636 (diff) | |
fixed re-clicking inside text and resizing text with focus
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 9995c1c3f..06d2f580c 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -437,6 +437,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> e.stopPropagation(); this._resizing = ""; this.Interacting = false; + SelectionManager.ReselectAll(); if (e.button === 0) { e.preventDefault(); this._isPointerDown = false; |
