Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent a crash when holding enter when creating a tab
I guess I didn't realize that `SendCharEvent` could get called before `Create`. In that scenario, `enter` would hit the automark codepath (due to #17761), then crash because there was no text buffer. Pretty easy to prevent. Closes #17776
- Loading branch information