fix panel scroll
+ move to bottom when minimized
This commit is contained in:
parent
3afe540111
commit
37a35022f5
3 changed files with 5 additions and 4 deletions
|
|
@ -28,6 +28,7 @@ export function useSettings() {
|
|||
isAutoCompletionEnabled: [true, 'true'].includes(state.isAutoCompletionEnabled) ? true : false,
|
||||
isLineWrappingEnabled: [true, 'true'].includes(state.isLineWrappingEnabled) ? true : false,
|
||||
fontSize: Number(state.fontSize),
|
||||
panelPosition: state.activeFooter !== '' ? state.panelPosition : 'bottom',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue