0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.72k stars 480 forks source link

[Bug] Cut/Copy selected text is very slow. #1249

Open qqkookie opened 1 year ago

qqkookie commented 1 year ago

Describe the bug Cut/Copy selected text operation is extremely slow.

To Reproduce

Expected behavior

Screenshots None.

Desktop (please complete the following information):

Additional context

When the line is changed to Clipboard.SetContent(dataPackage);, the freezing on cut/copy is fixed.

empty-ai commented 2 months ago

@qqkookie Hello! I have the same issue. Have you found any solutions to this bug? It was driving me insane thinking I broke something essential to Windows when I was optimizing it.