GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.07k stars 153 forks source link

CTRL+V pastes text twice #738

Closed SuperSiliconosis123 closed 1 year ago

SuperSiliconosis123 commented 1 year ago

Describe the bug When using the keyboard shortcut ctrl+v, the "paste" action is completed twice instead of once.

To Reproduce Steps to reproduce the bug:

  1. Go to any text editor on gdquest.github.io
  2. Copy some text (ctrl+c)
  3. Paste the text (ctrl+v)
  4. Observe that the text you copied was pasted twice

Expected behavior I expected the text to only be pasted once

Information about your device:

I suspect that chrome pastes the text and then the text editor also pastes the text

NathanLovato commented 1 year ago

Duplicate of #698