Skip to content

Commit 062970f

Browse files
committed
Fix passing to text renderer
1 parent f0eb9b4 commit 062970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/helpers/figure.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
v-bind="pass"
77
/>
88
<figcaption v-if="caption" class="notion-image-caption">
9-
<NotionTextRenderer :text="caption" />
9+
<NotionTextRenderer :text="caption" v-bind="pass" />
1010
</figcaption>
1111
</figure>
1212
</template>

0 commit comments

Comments
 (0)