-
-
Notifications
You must be signed in to change notification settings - Fork 119
Description
Describe the bug 🐛
Upon copying and pasting workspaces, using the directional keys 'j' or 'k' causes the program to crash and the recently pasted workspace to be removed.
See additional context at the bottom for a "fix/bypass" I discovered.
To Reproduce 🐣
Steps to reproduce the behavior:
- Open application
- Press 'a' to create a workspace
- Enter description for newly created workspace
-- START OF EDIT - Press 'tab' to move to TODOS
- Press 'a' to create a new task
- Enter description for newly created task
- Press 'tab' to move back to WORKSPACES
-- END OF EDIT - Hover over / highlight newly created workspace
- Press 'y' to copy workspace to clipboard
- Press 'p' to paste workspace
- Press either the 'j' or 'k' key to move up or down
Expected behavior 🤔
The workspace should be able to be pasted without the program crashing and the workspace being removed.
Screenshots 🧐
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information): 🤖
- OS: Linux Mint
- Version 21.3
Additional context 📝
A "fix/bypass" I found was that, upon pasting the workspace, if you press 'tab' to enter the workspace, and press 'a' to create a task, followed by adding the description of the task, when you press 'tab' again to return to the workspace selection pane, upon using 'j' or 'k' the program will still crash, but the workspace will still be there with the newly added task.