Skip to content

Commit

Permalink
fix: CodeMirror2 styles not appearing in CodeHighlightWithMark (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm authored Feb 3, 2025
1 parent f9595b9 commit 6ee8041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions querybook/webapp/ui/CodeHighlight/CodeHighlightWithMark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import React, { useEffect, useMemo } from 'react';
import { UnControlled as ReactCodeMirror } from 'react-codemirror2';
import styled from 'styled-components';

import 'lib/codemirror';

import { IHighlightRange } from './types';

const EmbeddedCodeMirrorContainer = styled.div`
Expand Down

0 comments on commit 6ee8041

Please sign in to comment.