history - allow to navigate with mouse buttons 3/4

This commit is contained in:
Benjamin Pasero
2019-07-04 10:49:39 +02:00
parent befa9e6f42
commit 6c61f43084
4 changed files with 50 additions and 12 deletions

View File

@@ -987,6 +987,7 @@ interface IEditorPartConfiguration {
closeEmptyGroups?: boolean;
revealIfOpen?: boolean;
swipeToNavigate?: boolean;
mouseBackForwardToNavigate?: boolean;
labelFormat?: 'default' | 'short' | 'medium' | 'long';
restoreViewState?: boolean;
}