Suddenly, selected text is copied to clipboard

I think it may be the combination between both :thinking:
Sometimes when I copy something and select the text before pasting it, the selected text will be copied to the clipboard and pasted.

Example:

  • Copy “TEXT_A”;
  • Go to the text editor (usually vscode);
  • Select the existing text on the code editor “TEXT_B”;
  • Command + V to paste;
    Expected result: Paste the “TEXT_A”
    Current result: It will paste “TEXT_B”

Notice I’m using the Paste app which may be conflicting with PopClip.

This won’t occur everytime as ptuchik detailed here. It seems to be random…

1 Like