Can't paste text with /n in it


I tried running my currency grant code today just to find out that I can no longer paste it into the developer console. Apparently you can’t paste anything that has the “newline” symbol in it. Same goes for regular chat.

Repro:

  1. Copy this:
print(1)
print(2)
  1. Try pasting it into the chat or developer console
  2. Try pasting this now:
print(1) print(2)

I’ve noticed this too. Also when using a key to focus on a TextBox (such as “;”), it sets the text in the TextBox as the key you pressed.