This commit is contained in:
Adrià Casajús 2022-02-25 15:01:17 +01:00
parent 61d1655529
commit c2ae38ec8f
No known key found for this signature in database
GPG Key ID: F0033226A5AFC9B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const MAX_BYTES = 1240; // 10KiB
const MAX_BYTES = 10240; // 10KiB
function enableDragDropForPGPKeys(inputID) {
function drop(event) {