json-ld.org icon indicating copy to clipboard operation
json-ld.org copied to clipboard

Playground: code completion bug

Open mandel59 opened this issue 10 years ago • 0 comments

Steps to Reproduce:

{
  "@context": "http://schema.org/",
  "@type": "Person",
  "email": "mailto:jane"
}
  1. Copy the above json-ld to the playground, or use this permalink.
  2. Move the cursor right after mailto:jane.
  3. Type @, then you will see a growing @ sequence as the image below.

2015-11-10 2 30 59

mandel59 avatar Nov 09 '15 17:11 mandel59