Commit Graph

4 Commits

Author SHA1 Message Date
dac5f6910c adding comments 2025-03-27 09:40:42 -06:00
f1a053c3b8 using symbols instead 2025-03-27 09:31:52 -06:00
e1e0ef8730 Augment Edit Box Input Enfasterment (#2450)
* edit box performance "fix"

Note: jQuery makes an adjustment to height or scrollHeight that pure JavaScript doesn't;+2 was the minimum I needed to not get a vertical scrollbar, so I went with +4

* Refactor

* Use debounce instead of throttle

---------

Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
2024-07-01 20:36:18 +03:00
6ac6c7cfda #2159 Move debounce constants to a separate module 2024-04-28 19:47:53 +03:00