0

Editing a text area and hitting Command+V doesn't just paste the text, it turns the entire text block into a numbered list. I've spent hours now and can't figure out how to fix Command+V to just be a normal paste. Any ideas?

example

Steps in gif above

  1. Double click text box for editing
  2. Double click word to select it
  3. Command+C
  4. Move the cursor one char forward
  5. Command+V

For some reason we now have a list for no apparent reason.

1 Answers1

0

Making the assumption that the source text you are copying is being displayed as a list, you want to use the "Edit -> Paste and Match Style" option.

enter image description here

For example, the following list created using the SE markdown:

  1. lorem
  2. ipsum
  3. dolar
  4. sit
  5. amet

Appears thusly when I highlight it, copy and then just use command-v to paste:

enter image description here

But appears thusly when I use the 'Paste and Match Style':

enter image description here

UPDATE 01

Alternatively, your text block may be set to a list. The number might have previously been deleted, but the list attribute remains set.

Double click into the text for editing and look at the toolbar just above the ruler.

enter image description here

Open the menu and verify that "None" is selected.

enter image description here

When "None" was not selected I was able to replicate your question's behavior. With "None" selected I was unable to replicate.