Open Achuan-2 opened 1 month ago
<script lang="ts">
import type { IAVCellValue } from "siyuan";
export let value: IAVCellValue;
</script>
<textarea
style="resize: vertical"
rows={value.text.content.split("\n").length}
class="b3-text-field b3-text-field--text fn__flex-1"
>
{value.text.content}
</textarea>
should be
<script lang="ts">
import type { IAVCellValue } from "siyuan";
export let value: IAVCellValue;
</script>
<textarea
style="resize: vertical"
rows={value.text.content.split("\n").length}
class="b3-text-field b3-text-field--text fn__flex-1"
>{value.text.content}</textarea>
Describe the bug
Environment: