Skip to content

Commit b5ca7f4

Browse files
committed
fix: show ouput as default in mobile
1 parent 157e403 commit b5ca7f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/SplitPane.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const container = ref()
99
1010
// mobile only
1111
const store = inject('store') as Store
12-
const showOutput = ref(store.initialShowOutput)
13-
12+
const showOutput = ref(store.initialShowOutput)
13+
showOutput.value = true
1414
const state = reactive({
1515
dragging: false,
1616
split: 50,

0 commit comments

Comments
 (0)