generated from tsbbjs/vue-monorepo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The copy function works when the 'markdown-preview' is on a page, but when i add it to a quasar q-dialog, the copy is not working. Nothing is getting added to the clipboard.
<q-dialog v-model="AIEvalBarDetailModal">
<q-card>
<AIEvalBarDetail />
</q-card>
</q-dialog>
then in the dialog:
<div class="nav-main b-flex b-p-5 b-justify-between h-auto pb-10 overflow-auto">
<markdown-preview :source="AIStore.sAIEvalDetail" />
</div>
Metadata
Metadata
Assignees
Labels
No labels