Skip to content

Commit 28b7328

Browse files
author
Loïc Mangeonjean
committed
fix(demo): adapt code
1 parent fccc6e0 commit 28b7328

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

demo/src/features/customView.views.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,11 @@ registerEditor(
128128
{
129129
id: CustomEditorPane.ID,
130130
label: 'Custom editor pane input',
131-
priority: RegisteredEditorPriority.default
131+
priority: {
132+
diff: RegisteredEditorPriority.default,
133+
editor: RegisteredEditorPriority.default,
134+
merge: RegisteredEditorPriority.default
135+
}
132136
},
133137
{
134138
singlePerResource: true

0 commit comments

Comments
 (0)