diff options
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 44e8a3a48..5bef5c5b5 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -320,6 +320,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> this._resizeHdlId = ""; this.Interacting = false; (e.button === 0) && this._resizeUndo?.end(); + this._resizeUndo = undefined; } @computed |
