acesangel5106 acesangel5106 08-03-2024 Computers and Technology contestada The code const expandTextarea = (element) => = .scrollHeight + "px"; changes the textbox size when the enter key is pressed, but not when the backwards key is pressed. Why doesn't it get smaller?