Merge pull request #808 from 50h100a/token-counter-flicker

This commit is contained in:
Cohee
2023-07-29 01:59:27 +03:00
committed by GitHub

View File

@@ -239,7 +239,6 @@ $("#rm_ch_create_block").on("input", function () { countTokensDebounced(); });
$("#character_popup").on("input", function () { countTokensDebounced(); });
//function:
export function RA_CountCharTokens() {
$("#result_info").html("");
//console.log('RA_TC -- starting with this_chid = ' + this_chid);
if (menu_type === "create") { //if new char
function saveFormVariables() {