Extraneous trailing newline on copy action inside note

Steps to reproduce

  1. Create an item with the note foobarbaz
  2. Select bar
  3. Copy
  4. Paste elsewhere in the note or in another text-editing document (NOT inside an item)

Expected result

bar is pasted.

Actual result

bar\n is pasted (i.e., bar with an extraneous trailing newline).

Environment

Chrome on OS X.

+1. Newline character is pasted on any text copy / paste to external. I store unix command line text in dyn which gets executed because of the \n.

1 Like

Update: this should be fixed now. Sorry about that!