feat: added shell resizing (#2648)
This commit is contained in:
@@ -6,6 +6,7 @@ const mutations = {
|
||||
state.prompts.pop();
|
||||
},
|
||||
toggleShell: (state) => {
|
||||
state.show = null;
|
||||
state.showShell = !state.showShell;
|
||||
},
|
||||
showHover: (state, value) => {
|
||||
|
||||
Reference in New Issue
Block a user