diff options
author | vkalev <vjk1883@gmail.com> | 2021-07-10 11:13:42 -0500 |
---|---|---|
committer | vkalev <vjk1883@gmail.com> | 2021-07-10 11:13:42 -0500 |
commit | 8bc17cecdfce184e5a426dc2332d3c9ad0406f58 (patch) | |
tree | b93de76fb5cf384b973fa9747ea466114b571bf7 /src/client/views/nodes/ColorBox.tsx | |
parent | 5ab81f49a11bd8a74725228a887a90c88a3848ff (diff) |
fixed adding point bug with breaking handle tangency
Diffstat (limited to 'src/client/views/nodes/ColorBox.tsx')
-rw-r--r-- | src/client/views/nodes/ColorBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ColorBox.tsx b/src/client/views/nodes/ColorBox.tsx index 2d466763b..8da5cd1b1 100644 --- a/src/client/views/nodes/ColorBox.tsx +++ b/src/client/views/nodes/ColorBox.tsx @@ -12,7 +12,7 @@ import { CurrentUserUtils } from "../../util/CurrentUserUtils"; import { SelectionManager } from "../../util/SelectionManager"; import { undoBatch } from "../../util/UndoManager"; import { ViewBoxBaseComponent } from "../DocComponent"; -import { ActiveInkColor, ActiveInkWidth, SetActiveInkColor, SetActiveInkWidth } from "../InkStroke"; +import { ActiveInkColor, ActiveInkWidth, SetActiveInkColor, SetActiveInkWidth } from "../InkingStroke"; import "./ColorBox.scss"; import { FieldView, FieldViewProps } from './FieldView'; import { RichTextMenu } from "./formattedText/RichTextMenu"; |