You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anything that is filled in by a code snippet (eg. using the ! shortcut in Emmet) is overwritten by whatever the user types when they tab through values. This only appears in the story replay.
Note: I changed the<title>to "Test," but the value somehow ended up cutting into the<body>tag.
What I actually wrote:
<!-- There's an overtyping bug when you use Emmet --><!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport" content="width=device-width, initial-scale=1.0"><!-- <title>Test</title> See? --></head><body><!-- p{This is a test} It happens here too. --></body></html>
The text was updated successfully, but these errors were encountered:
Anything that is filled in by a code snippet (eg. using the
!
shortcut in Emmet) is overwritten by whatever the user types when they tab through values. This only appears in the story replay.What was shown in the replay:
Note: I changed the
<title>
to "Test," but the value somehow ended up cutting into the<body>
tag.What I actually wrote:
The text was updated successfully, but these errors were encountered: