Skip to content

Commit

Permalink
allow changing left panel to any type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Coulson committed Mar 22, 2024
1 parent 2caad1e commit 7afe699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/slide-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<div class="flex mt-4">
<span class="font-bold text-xl">{{ $t('editor.slides.content') }}:</span>
<span class="ml-auto flex-grow"></span>
<div v-if="panelIndex === 1 || rightOnly" class="flex flex-col mr-8">
<div class="flex flex-col mr-8">
<label class="text-left text-lg">{{ $t('editor.slides.contentType') }}:</label>
<select
ref="typeSelector"
Expand Down

0 comments on commit 7afe699

Please sign in to comment.