increase max limit in inline emoji modal from 25 to 50

pull/195/head
Aevann 2023-08-14 13:01:50 +03:00
parent 558f7b2caa
commit 05a20bea23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ function populate_speed_emoji_modal(results, textbox)
emoji_index = 0;
speed_carot_modal.innerHTML = "";
const MAXXX = 25;
const MAXXX = 50;
// Not sure why the results is a Set... but oh well
let i = 0;
for (let emoji of results)