#1748 adds a menu to select between different choices on the canvas. When the user navigates to a new canvas, the first choice is always displayed.
It would be nice to have a config option preserveChoice that allows the user to stay on the same choice when navigating between canvases. But we'd need to think about whether it's determined by choice index, or choice label, and what the fallback would be if navigating to a new canvas without the same choices. It might get complicated when switching between 1-up and 2-up views.
#1748 adds a menu to select between different choices on the canvas. When the user navigates to a new canvas, the first choice is always displayed.
It would be nice to have a config option
preserveChoicethat allows the user to stay on the same choice when navigating between canvases. But we'd need to think about whether it's determined by choice index, or choice label, and what the fallback would be if navigating to a new canvas without the same choices. It might get complicated when switching between 1-up and 2-up views.