Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]The replication sequence is inconsistent with the time sequence of sending messages #357

Open
eric-gitta-moore opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eric-gitta-moore
Copy link

Describe the bug
The replication sequence is inconsistent with the time sequence of sending messages

To Reproduce
msgs:

// timeline
13.00 PM hello 1
13.10 PM hello 2
14.11 PM hello 3
14.14 PM hello 4
  1. select 3-4
  2. select 1-2
  3. copy selection
  4. paste
  5. get order 3 4 1 2, but expect 1 2 3 4

Desktop (please complete the following information):

  • OS: macOS
  • Browser Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant