Skip to content

Commit

Permalink
fix: revert usage of Flow API for clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTay committed Aug 31, 2023
1 parent e68484c commit 1e233ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public List<Result> Query(Query query)
{
try
{
_context.API.CopyToClipboard(output);
Clipboard.SetDataObject(output);
return true;
}
catch (ExternalException)
Expand Down

0 comments on commit 1e233ab

Please sign in to comment.