I'm thinking about adding a feature that will let ...
# tornadofx
e
I'm thinking about adding a feature that will let a View intercept the back/forward button actions from the Workspace. This can be used to either veto the navigation or doing something else entirely. Right now I need it because I have a View with a TabPane and inside one of the tabs you can navigate to another View (using replaceWith). I want the back button to show the previous View inside the TabPane, but not affect navigation.
👍 1