Skip to content

Commit 5c1040f

Browse files
authored
Correct default value for anchor in model
1 parent 941e3b3 commit 5c1040f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class SidecarModel extends OutputModel {
2424
_view_module: SidecarModel.view_module,
2525
_view_module_version: SidecarModel.view_module_version,
2626
title: 'Sidecar',
27-
anchor: 'split-right'
27+
anchor: 'right'
2828
};
2929
}
3030

0 commit comments

Comments
 (0)