Skip to content

Commit b4d94b7

Browse files
committed
Switched to synch copy
1 parent 318b3dc commit b4d94b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/provider/native/clipboardy-clipboard-action.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class ClipboardAction implements ClipboardActionProvider {
1414
}
1515

1616
public copy(text: string): void {
17-
clippy.write(text);
17+
clippy.writeSync(text);
1818
}
1919

2020
public async paste(): Promise<string> {

0 commit comments

Comments
 (0)