diff --git a/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx b/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx index d5ea091c8..04765c7f0 100644 --- a/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx +++ b/src/components/markdown-renderer/replace-components/markmap/markmap-frame.tsx @@ -1,6 +1,7 @@ import React, { Fragment, useEffect, useRef, useState } from 'react' import { useTranslation } from 'react-i18next' import { LockButton } from '../../../common/lock-button/lock-button' +import '../../utils/button-inside.scss' export interface MarkmapFrameProps { code: string