Skip to content

Commit

Permalink
notebooks: fix built-in renderers not being preferred by default
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Oct 27, 2021
1 parent 1e8565d commit 4d69434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export class NotebookOutputRendererInfoStore {

if (mimeTypeSupportedByCore(mimeType)) {
renderers.push({
score: ReuseOrder.BuiltIn << 8,
score: ReuseOrder.BuiltIn,
ordered: {
mimeType,
rendererId: BUILTIN_RENDERER_ID,
Expand Down

0 comments on commit 4d69434

Please sign in to comment.