mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 16:38:01 +08:00
Fix: Hide the "Add Link" button in the Markdown editor. (#17992)
This commit is contained in:
@@ -424,19 +424,19 @@ export default function FloatingSelectionToolbar() {
|
||||
>
|
||||
</>
|
||||
</button>
|
||||
<div
|
||||
{/* <div
|
||||
style={{
|
||||
width: 1,
|
||||
height: 16,
|
||||
background: 'var(--nim-border)',
|
||||
margin: '0 3px',
|
||||
}}
|
||||
/>
|
||||
/> */}
|
||||
|
||||
{/* Link */}
|
||||
<button style={btnStyle} onClick={toggleLink} title="Link">
|
||||
{/* <button style={btnStyle} onClick={toggleLink} title="Link">
|
||||
🔗
|
||||
</button>
|
||||
</button> */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user