Skip to content

Commit

Permalink
Bug 1878605 - [devtools] Use CodeMirror 6 in Event Tooltip. r=devtool…
Browse files Browse the repository at this point in the history
…s-reviewers,bomsy.

Differential Revision: https://phabricator.services.mozilla.com/D200605
  • Loading branch information
nchevobbe committed Feb 8, 2024
1 parent 39fd633 commit ce3defc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class EventTooltip extends EventEmitter {
styleActiveLine: true,
extraKeys: {},
theme: "mozilla markup-view",
cm6: true,
};

const doc = this._tooltip.doc;
Expand Down

0 comments on commit ce3defc

Please sign in to comment.