Skip to content

Commit

Permalink
Fixed copy markdown button at refresh. (#1069)
Browse files Browse the repository at this point in the history
* Merge branch 'origin/development' into 'ic/feature/copy-as-markdown'

* Fixed copy markdown button on refresh.
  • Loading branch information
iuliacimpeanu authored Feb 25, 2025
1 parent 690ac76 commit 9c8ebee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CopyMarkdownButton/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const CopyMarkdownButton = () => {
className={`copy-as-markdown-button ${isCopied ? 'check' : ''}`}
onClick={copyMarkdownToClipboard}
icon={!isCopied ? faClone : faCheck}
width="16px"
height="16px"
/>
);
};
Expand Down

0 comments on commit 9c8ebee

Please sign in to comment.