File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 186
186
<div class =" flex mt-4" >
187
187
<span class =" font-bold text-xl" >{{ $t('editor.slides.content') }}:</span >
188
188
<span class =" ml-auto flex-grow" ></span >
189
- <div v-if = " panelIndex === 1 || rightOnly " class =" flex flex-col mr-8" >
189
+ <div class =" flex flex-col mr-8" >
190
190
<label class =" editor-label text-left text-lg" >{{ $t('editor.slides.contentType') }}:</label >
191
191
<select
192
192
ref =" typeSelector"
224
224
</div >
225
225
<confirmation-modal
226
226
:name =" `change-slide-${slideIndex}`"
227
- :message =" $t('editor.slides.changeSlide.confirm', { title: currentSlide.title })"
227
+ :message ="
228
+ $t('editor.slides.changeSlide.confirm', {
229
+ title: currentSlide.title
230
+ })
231
+ "
228
232
@ok =" changePanelType(determineEditorType(currentSlide.panel[panelIndex]), newType)"
229
233
@Cancel =" cancelTypeChange"
230
234
/>
231
235
<confirmation-modal
232
236
:name =" `right-only-${slideIndex}`"
233
- :message =" $t('editor.slides.changeSlide.confirm', { title: currentSlide.title })"
237
+ :message ="
238
+ $t('editor.slides.changeSlide.confirm', {
239
+ title: currentSlide.title
240
+ })
241
+ "
234
242
@ok =" toggleRightOnly()"
235
243
@Cancel =" rightOnly = !rightOnly"
236
244
/>
You can’t perform that action at this time.
0 commit comments