MHA icon indicating copy to clipboard operation
MHA copied to clipboard

Header area doesn't resize in response to upper text field resize

Open reecevela opened this issue 3 years ago • 1 comments

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?

reecevela avatar Jan 30 '23 20:01 reecevela

I'm assuming the fix would look something like

headerEntryField.addEventListener("resize", (event) => { analyzeHeaders(); });

But I would not know where to put the code

reecevela avatar Jan 30 '23 20:01 reecevela