microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Bug]: Adding a space after text does not move the cursor #4

Open janechu opened 3 years ago

janechu commented 3 years ago

What happened?

When editing text inline, after a non space character has been entered, entering a character does not move the cursor. An example would be typing "Hello ", the cursor will show up after the "o" in "Hello" and not after the space.

This change should affect the <html-render-layer-inline-edit> component.

What package(s) are causing the problem?

@microsoft/fast-tooling

What browsers are you seeing the problem on?

No response

Relevant log output

No response