diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-27 18:21:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-27 18:21:13 -0400 |
| commit | 8ab9236664c561d54d6a41ecb1eb2eaf6064fc0c (patch) | |
| tree | e403baa003393047dc6e1bbee9d41658d59cb9ff /src/client/views/InkingStroke.tsx | |
| parent | c70a4c82501a318136b04623f92b35461014b179 (diff) | |
changed longPress to always select and to show decorations. fixed single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint.
Diffstat (limited to 'src/client/views/InkingStroke.tsx')
| -rw-r--r-- | src/client/views/InkingStroke.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 3861331b5..a085b69a5 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -179,7 +179,6 @@ export class InkingStroke extends ViewBoxBaseComponent<FieldViewProps>() { UndoManager.FilterBatches(['data', 'x', 'y', 'width', 'height']); }), action((e: PointerEvent, doubleTap: boolean | undefined) => { - doubleTap = doubleTap || this.props.docViewPath().lastElement()?.docView?._pendingDoubleClick; if (doubleTap) { InkStrokeProperties.Instance._controlButton = true; InkStrokeProperties.Instance._currentPoint = -1; |
