Skip to content

Commit

Permalink
Fixed #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchedPolygons committed Dec 15, 2023
1 parent 1ba2fa3 commit 2b8ec50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,6 @@

private async Task PasteDecryptionCiphertextFromClipboard()
{
decryptionCiphertext = await JSRuntime.InvokeAsync<string>("navigator.clipboard.readText"); // TODO: find out why this does not work
decryptionCiphertext = await JSRuntime.InvokeAsync<string>("navigator.clipboard.readText"); // TODO: find out why this does not work // EDIT: nvm it's only broken on firefox; idgaf
}
}

0 comments on commit 2b8ec50

Please sign in to comment.