Skip to content

Commit b0c0835

Browse files
committed
split right
1 parent 7cc15df commit b0c0835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/package/release-note.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ export function activate (ink, startupNoteVersion) {
1919
const markdown = readCode(p)
2020
pane.setNote(markdown)
2121
pane.setTitle(`Juno release note – v${version}`)
22-
pane.ensureVisible()
22+
pane.ensureVisible({
23+
split: 'right'
24+
})
2325
}
2426

2527
subs.add(

0 commit comments

Comments
 (0)