-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
Description
1.0.1 works
1.1.0 breaks
latest commit breaks
Example:
<span translate>Some text</span>
I can reproduce it in some parts of my app.
What I get in 1.0.1 (correct):
Einige Text
What I get in 1.1.0 (bug):
Einige TextSome text
So basically the original text doesn't get removed from the element.