diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-28 18:03:07 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-28 18:03:07 -0400 |
| commit | bc654229325e8bbd30c0b3e464c7e66fa0fbc609 (patch) | |
| tree | 66218edf80562d036b057a96d3da4e5e9ec523e3 /src/client/views/InkStrokeProperties.ts | |
| parent | cad1445ea3fa81363c00908647ed2825c0f34c65 (diff) | |
a bunch of code cleanup for inkingstrokes
Diffstat (limited to 'src/client/views/InkStrokeProperties.ts')
| -rw-r--r-- | src/client/views/InkStrokeProperties.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/InkStrokeProperties.ts b/src/client/views/InkStrokeProperties.ts index 0b7fe5cd1..cfe6ec523 100644 --- a/src/client/views/InkStrokeProperties.ts +++ b/src/client/views/InkStrokeProperties.ts @@ -10,7 +10,6 @@ import { DocumentType } from "../documents/DocumentTypes"; import { CurrentUserUtils } from "../util/CurrentUserUtils"; import { SelectionManager } from "../util/SelectionManager"; import { undoBatch } from "../util/UndoManager"; -import { last } from "lodash"; export class InkStrokeProperties { static Instance: InkStrokeProperties | undefined; |
