-
Notifications
You must be signed in to change notification settings - Fork 156
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
Feature: #8134 - copy to clipboard #8173
Conversation
const { | ||
copy, | ||
copied, | ||
isSupported: isClipboardCopySupported |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JammingBen not sure if isSupported
is needed here/in general in the v-if
s. I didn't look into it any further but as pointed out in #8136 (comment), from a cursory glance it is always true since we set legacy: true
in useClipboard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dschmidt and I decided to leave it for now, as we are not 100% sure if needed or not (same as you :) )
Results for acceptance oCIS https://drone.owncloud.com/owncloud/web/31085/68/1 💥 The oCISSharingPublic2 tests pipeline failed. The build has been cancelled. |
d904135
to
d0f8caf
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
Superseds #8136
Types of changes