diff options
author | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-19 08:33:14 -0400 |
---|---|---|
committer | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-19 08:33:14 -0400 |
commit | 2466587655888d5894159b942f09661ab73ebe66 (patch) | |
tree | c32e91535bff1b05c8533d5e46ebe55cd7f408db /src/client/views/nodes/trails/PresElementBox.tsx | |
parent | bdabb0eb1aeac9ea9d4f1fa40889b8d30937c1f0 (diff) |
Revert "Toggling icon for mic and added webcapturedoc to dropdown"
This reverts commit bdabb0eb1aeac9ea9d4f1fa40889b8d30937c1f0.
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-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 5de51dbe9..aa514be3b 100644 --- a/src/client/views/nodes/trails/PresElementBox.tsx +++ b/src/client/views/nodes/trails/PresElementBox.tsx @@ -365,7 +365,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 |