diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-17 20:12:04 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-17 20:12:04 -0500 |
| commit | 422740bc2452f81be8b1d8fdaf41669624a34c3a (patch) | |
| tree | e649fa2f4f9fd464ac11cb1d8cdba392ea10c5fb /src/client/views/DocumentDecorations.tsx | |
| parent | 266892f40d5abc9f8ce4cbb2d6fb70564ecd8da3 (diff) | |
allow notes to become template notes
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 |
