clark12321 commited on
Commit
47155a2
·
1 Parent(s): f0f052d

fix encoding

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -247,7 +247,6 @@ if __name__ == '__main__':
247
  text_input.value = text_list[randomIndex];
248
  let x = window.scrollX, y = window.scrollY;
249
  text_input.focus();
250
- text_input.blur();
251
  window.scrollTo(x, y);
252
  return [];
253
  }}""")
 
247
  text_input.value = text_list[randomIndex];
248
  let x = window.scrollX, y = window.scrollY;
249
  text_input.focus();
 
250
  window.scrollTo(x, y);
251
  return [];
252
  }}""")