mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-19 04:05:19 +01:00
feat: hide point highlight when dragging
This commit is contained in:
@@ -630,7 +630,7 @@ export class LinearElementEditor {
|
||||
? endBindingElement
|
||||
: null;
|
||||
|
||||
const newLinearElementEditor = {
|
||||
const newLinearElementEditor: LinearElementEditor = {
|
||||
...linearElementEditor,
|
||||
selectedPointsIndices: newSelectedPointsIndices,
|
||||
initialState: {
|
||||
|
||||
Reference in New Issue
Block a user