Skip to content

Commit

Permalink
fix: show ouput as default in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 23, 2023
1 parent 157e403 commit b5ca7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SplitPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const container = ref()
// mobile only
const store = inject('store') as Store
const showOutput = ref(store.initialShowOutput)
const showOutput = ref(store.initialShowOutput)
showOutput.value = true
const state = reactive({
dragging: false,
split: 50,
Expand Down

0 comments on commit b5ca7f4

Please sign in to comment.