diff options
author | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-19 08:39:45 -0400 |
---|---|---|
committer | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-19 08:39:45 -0400 |
commit | 5e8cc0a6a7f8dfc0c33fbdfa8879de88f057233e (patch) | |
tree | c6c6de5490137e2e9d79f335831adc21ce109385 /src/client/views/nodes/trails/PresElementBox.tsx | |
parent | 2466587655888d5894159b942f09661ab73ebe66 (diff) |
Revert "Revert "Toggling icon for mic and added webcapturedoc to dropdown""
This reverts commit 2466587655888d5894159b942f09661ab73ebe66.
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 aa514be3b..5de51dbe9 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 |