Hi 👋! So, I have a small problem whereby if, within a JavaScript file, I write:
{
{
}
}
... And then delete the third bracket from the top:
{
{
}
When I try to add it back again, the bracket is inserted like this:
{
{
}}
Just wondering if anyone else has the same problem...?
Hmm, it seemed to work for me properly when I did it on the stream. Maybe try seeing if there is a known issue with one of the plugins you are using.