Description
Mac and Windows
Insiders and 1.38 Stable
All extensions disabled
This looks like a regression.
Consider the following HTML:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>
<!-- put cursor here, type in "<div>" then press enter result is "</div>" -->
</div>
</body>
</html>
If you put the cursor inside the first <div>
and then try to create another div:
And then press enter, the result is </div>
.
In 1.37.1 stable, i get what i expect: