mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
added an explanatory comment
This commit is contained in:
parent
26f9b54199
commit
c552ff4554
1 changed files with 2 additions and 0 deletions
|
@ -3759,6 +3759,8 @@ class App extends React.Component<AppProps, AppState> {
|
|||
|
||||
if (selectedElements.length === 1 && isLinearElement(selectedElements[0])) {
|
||||
if (!event[KEYS.CTRL_OR_CMD]) {
|
||||
// If double clicked without any ctrl/cmd modifier on top of a point,
|
||||
// toggle split mode for that point. Else, treat as regular double click.
|
||||
const pointUnderCursorIndex =
|
||||
LinearElementEditor.getPointIndexUnderCursor(
|
||||
selectedElements[0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue