Closed
Description
Expected Behavior
Please describe what should happen
A hidden workspace should not respond to keyboard undo/redo.
Actual Behavior
Describe what actually happens
After a call to workspace.setVisible(false)
, you can still undo/redo using the keyboard.
Steps to Reproduce
Explain what someone needs to do in order to see what's described in Actual behavior above
- Open the vertical playground
- Add some blocks, move some things around.
- Press "Hide"
- Undo using the keyboard (cmd + z)
- Press "Show"
- The last operation has been undone while the workspace was hidden.