We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318b3dc commit b4d94b7Copy full SHA for b4d94b7
lib/provider/native/clipboardy-clipboard-action.class.ts
@@ -14,7 +14,7 @@ export class ClipboardAction implements ClipboardActionProvider {
14
}
15
16
public copy(text: string): void {
17
- clippy.write(text);
+ clippy.writeSync(text);
18
19
20
public async paste(): Promise<string> {
0 commit comments