feat(android): hide textarea for perf
Relates to #5258. Unnecessary layout recalc eliminated by hiding the backing textarea with `display:none`. This improved performance by roughly 20%.
parent
d655f3c4
Please register or sign in to comment
Relates to #5258. Unnecessary layout recalc eliminated by hiding the backing textarea with `display:none`. This improved performance by roughly 20%.