MHA
MHA copied to clipboard
Header area doesn't resize in response to upper text field resize
Need to click analyze headers again after resizing on Chrome - Maybe add an event handler for resizing the text field and make it analyze the headers?
I'm assuming the fix would look something like
headerEntryField.addEventListener("resize", (event) => { analyzeHeaders(); });
But I would not know where to put the code