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
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Microsoft PowerToys version
0.86
Installation method
Microsoft Store
Running as admin
Yes
Area(s) with issue?
Advanced Paste
Steps to reproduce
copy html code
win+shft+v (x1) = result ok
win+shft+v (x2) = bug
win+shft+v (x3) = 2x bug
...
// win+shft+v (1x)
{
"note": {
"to": "Mr. Smith",
"from": "Ms. Nguyen",
"body": "Do you like PowerToys?"
}
}
// win+shft+v (2x)
[
"{",
" "note": {",
" "to": "Mr. Smith",",
" "from": "Ms. Nguyen",",
" "body": "Do you like PowerToys?"",
" }",
"}"
]
// win+shft+v (3x)
[
"[",
" "{",",
" " \"note\": {",",
" " \"to\": \"Mr. Smith\",",",
" " \"from\": \"Ms. Nguyen\",",",
" " \"body\": \"Do you like PowerToys?\"",",
" " }",",
" "}"",
"]"
]
// win+shft+v (4x)
[
"[",
" "[",",
" " \"{\",",",
" " \" \\\"note\\\": {\",",",
" " \" \\\"to\\\": \\\"Mr. Smith\\\",\",",",
" " \" \\\"from\\\": \\\"Ms. Nguyen\\\",\",",",
" " \" \\\"body\\\": \\\"Do you like PowerToys?\\\"\",",",
" " \" }\",",",
" " \"}\"",",
" "]"",
"]"
]
The text was updated successfully, but these errors were encountered: