From c2ae38ec8fa5ab8caa9e2a202372b2e9f975b2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Fri, 25 Feb 2022 15:01:17 +0100 Subject: [PATCH] typo --- static/js/utils/drag-drop-into-text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/utils/drag-drop-into-text.js b/static/js/utils/drag-drop-into-text.js index b1a4464f..ab4b062f 100644 --- a/static/js/utils/drag-drop-into-text.js +++ b/static/js/utils/drag-drop-into-text.js @@ -1,4 +1,4 @@ -const MAX_BYTES = 1240; // 10KiB +const MAX_BYTES = 10240; // 10KiB function enableDragDropForPGPKeys(inputID) { function drop(event) {