File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/client/internals Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ if (__DEV__) {
18
18
<SlidesOverview v-model =" showOverview" />
19
19
<Goto />
20
20
<template v-if =" __DEV__ " >
21
- <WebCamera />
22
- <RecordingDialog v-model =" showRecordingDialog" />
21
+ <WebCamera v-if = " WebCamera " />
22
+ <RecordingDialog v-if = " RecordingDialog " v- model =" showRecordingDialog" />
23
23
</template >
24
24
<InfoDialog v-if =" configs.info" v-model =" showInfoDialog" />
25
25
</template >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if (__DEV__)
61
61
<carbon:presentation-file />
62
62
</a >
63
63
64
- <template v-if =" ! isPresenter && ! md " >
64
+ <template v-if =" ! isPresenter && ! md && RecordingControls " >
65
65
<RecordingControls />
66
66
67
67
<div class =" w-1px m-2 opacity-10 bg-current" ></div >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ if (__DEV__)
60
60
</SlideContainer >
61
61
62
62
<template v-if =" __DEV__ " >
63
- <Editor v-if =" showEditor" />
63
+ <Editor v-if =" Editor && showEditor" />
64
64
</template >
65
65
</div >
66
66
<Controls />
You can’t perform that action at this time.
0 commit comments