Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy not working when in a modal #1

Open
danaia opened this issue May 19, 2024 · 1 comment
Open

Copy not working when in a modal #1

danaia opened this issue May 19, 2024 · 1 comment

Comments

@danaia
Copy link

danaia commented May 19, 2024

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>
@jaywcjlove
Copy link
Contributor

@danaia I can't help you, I can't reproduce your error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants