In a Bluescape workspace, when you perform an action and a popup appears, for example, the Go to nearest content popup, you are unable to use the Undo/Redo functions until you clear the popup.
Steps to reproduce
- Perform an action in the workspace, for example, move, resize, change color, etc.)
- Pan away from the viewing area to a blank part of the screen. The Go to nearest content popup appears at the top of the page
- Attempt to undo (CTRL+Z/CMD+Z) or redo (CTRL+Y/CMD+Shift+Z) your last action.
Expected result
You automatically pan back to the previous location and the undo/redo occurs.
Observed result
Nothing happens. The issue is that the toast is capturing the keyboard input hence undo is being prevented.
Workaround
Resolve the popup, for example, select Go to nearest content or pan back to your item, then, attempt to Undo/Redo the action again.