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...?
Hi Alex