feat: enable midpoint inside linear element editor (#5564)
* feat: enable midpoint inside linear element editor * fix * fix * hack to set pointerDownState.hit.hasHitElementInside when mid point added * remove hacks as not needed :) * remove newline * fix * add doc
This commit is contained in:
@ -364,9 +364,6 @@ export class LinearElementEditor {
|
||||
scenePointer: { x: number; y: number },
|
||||
appState: AppState,
|
||||
) => {
|
||||
if (appState.editingLinearElement) {
|
||||
return false;
|
||||
}
|
||||
const { elementId } = linearElementEditor;
|
||||
const element = LinearElementEditor.getElement(elementId);
|
||||
if (!element) {
|
||||
|
Reference in New Issue
Block a user