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] Trying to copy tasks between workspaces exits with an exception #157

Open
Foxicution opened this issue Nov 22, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Foxicution
Copy link

Foxicution commented Nov 22, 2023

Using <y> to yank and copy todo items from one workspace to another causes an exception. 🐛

To Reproduce 🐣
Steps to reproduce the behavior:

  1. Create two or more workspaces <a> <description> <enter>.
  2. Add a todo item into a workspace <l> <a> <description> <enter>
  3. Yank the todo item <y>
  4. Move to a different workspace <h> <j>
  5. Paste the todo item <p>
  6. Press any key afterwards, an exception should be thrown, no new items get added to the workspace.

Expected behavior 🤔
The todo item appears in the new workspace.

Desktop (please complete the following information): 🤖

  • OS: NixOS 23.05 (Stoat) x86_64
  • Version dooit - 2.0.1

Additional info
I tried other combinations, like moving into the workspace, but that doesn't work either.

@Foxicution Foxicution added the bug Something isn't working label Nov 22, 2023
@kraanzu
Copy link
Member

kraanzu commented Dec 28, 2023

Hmmm...This is actually expected behaviour since all workspaces have their own local clipboard, I'll add an option to copy to a global clipboard :D

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

No branches or pull requests

2 participants