diff options
| author | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-22 15:41:44 -0400 |
|---|---|---|
| committer | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-22 15:41:44 -0400 |
| commit | e7362c2cdedf388b8be5a0ab077a72dd2c286d60 (patch) | |
| tree | c53979ee52dd84762a12dedfaf6c52ad77175887 /src/client/views/nodes/trails | |
| parent | 9293fd8c4128b41b31f9b2214d6799fdff0f2aaa (diff) | |
| parent | ec6a5f5d5684ca66cd21bb8fef91c86852dd126f (diff) | |
Merge remote-tracking branch 'origin/menu-shortcuts-4-jesus' into advanced-trails-2-jesus
Diffstat (limited to 'src/client/views/nodes/trails')
| -rw-r--r-- | src/client/views/nodes/trails/PresElementBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx index 0285dac50..6bc1e95ac 100644 --- a/src/client/views/nodes/trails/PresElementBox.tsx +++ b/src/client/views/nodes/trails/PresElementBox.tsx @@ -366,7 +366,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() { @undoBatch @action - startRecording = (e: React.MouseEvent, activeItem: Doc) => { + startRecording = (e: React.MouseEvent, activeItem: Doc) => { e.stopPropagation(); if (PresElementBox.videoIsRecorded(activeItem)) { // if we already have an existing recording |
