4coder-community / 4cc

59 stars 22 forks source link

Clipboard fix #16

Closed mrmixer closed 2 months ago

mrmixer commented 2 months ago

Fixed duplicated entries in 4coder internal clipboard (Fix from VDK on the 4coder discord). Removed the unnecessary loop that was there to try to fix the clipboard missing entries (which was fixed previously by removing the next_clipboard_is_self variable).

Jack-Punter commented 2 months ago

Just to confirm. we dont need to revert: https://github.com/4coder-community/4cc/commit/e3cbab907b83d9189f5e0e06b912ad09c424b8c0 and re-add the clipboard is self right, because thats now handled by the corrected sequence number logic in here?

mrmixer commented 2 months ago

No need to revert, this fix takes care of what clipboard is self was trying to do.