feat: added shell resizing (#2648)

This commit is contained in:
Cameron
2023-09-14 15:50:40 -07:00
committed by GitHub
parent ecdd684bf1
commit 584b706b1e
5 changed files with 128 additions and 26 deletions

View File

@@ -6,6 +6,7 @@ const mutations = {
state.prompts.pop();
},
toggleShell: (state) => {
state.show = null;
state.showShell = !state.showShell;
},
showHover: (state, value) => {