diff options
| author | bobzel <zzzman@gmail.com> | 2022-12-21 11:11:39 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-12-21 11:11:39 -0500 |
| commit | e373e66f8ed06f4501e00af8348f15ad113c7424 (patch) | |
| tree | 911b512c544d6d522d5899e6dced1123e5789c61 /src/client/views/InkingStroke.tsx | |
| parent | b71e828bc3e6c48d00dade555968c99b5deb412e (diff) | |
cleaning up ACLs for performance and clarity
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 36ea3ef18..a6fa2f04b 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -79,7 +79,6 @@ export class InkingStroke extends ViewBoxBaseComponent<FieldViewProps>() { screenToLocal = () => this.props.ScreenToLocalTransform().scale(this.props.NativeDimScaling?.() || 1); getAnchor = () => { - console.log(document.activeElement); return this._subContentView?.getAnchor?.() || this.rootDoc; }; |
