Skip to content

Commit

Permalink
空のトピックが編集できなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Mar 26, 2022
1 parent 6ad4c29 commit 580683d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div :class="$style.container">
<div v-if="isEditingValue && value">
<div v-if="isEditingValue && value !== undefined">
<textarea-autosize v-model="value" :class="$style.editor" />
<length-count :val="value" :max-length="maxLength" />
</div>
Expand Down

0 comments on commit 580683d

Please sign in to comment.