### Module - [ ] deck.gl-community/arrow-layers - [ ] deck.gl-community/bing-maps - [x] deck.gl-community/editable-layers - [ ] deck.gl-community/experimental - [ ] deck.gl-community/graph-layers - [ ] deck.gl-community/layers - [ ] deck.gl-community/react - [ ] deck.gl-community/react-graph-layer ### Description Right now when using `ModifyMode` with `lockRectangles: true` it is possible to click on a corner of a rectangle and remove that corner. https://github.com/user-attachments/assets/91933663-f66c-46c7-9c6f-088cd8dea985 ### Expected Behavior Since rectangle should be "locked" it should not be possible to remove its corner, since it makes this shape to no longer be a rectangle ### Steps to Reproduce 1. Create editable layer. Make sure to enable lockRectangles: true in modeConfig 2. Draw a rectangle 3. Click corner of the rectangle ### Environment - Framework version: deck.gl@9.1.12, deck.gl-community/editable-layers: 9.1.0-beta.5 - Browser: 139.0.1 - OS: Linux ### Logs _No response_