Is it possible to fix the issue where pressing Enter twice is recognized as only pressing it once?
After loading HTML into a QTextEdit and then trying to edit the content in QTextEdit, if I press Enter twice at the end of a line that contains ‘123’ (with white space present), it is recognized as if I only pressed it once. Is there a way to fix this?