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
Is it possible that you had the same file open in two editor tabs, for example after splitting it? That exhibits behaviour like this due to the multiple carets.
In an editor window (in the REPL window this works correctly), trying to create a map literal behaves oddly:
{:a|}
pressing space here always removes the space. So in order to add a value after the key, you have to go through this sequence:
{:a:b|} => {:a|:b} => {:a |:b}
The text was updated successfully, but these errors were encountered: