debian-mirror-gitlab/spec/frontend/__helpers__/dom_shims/clipboard.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
JavaScript
Raw Normal View History

2022-07-16 23:28:13 +05:30
Object.defineProperty(navigator, 'clipboard', {
value: {
writeText: () => {},
},
});