Fix: Hide the "Add Link" button in the Markdown editor. (#17992)

This commit is contained in:
balibabu
2026-08-07 15:50:17 +08:00
committed by GitHub
parent ad5d0e9db3
commit edcd806761

View File

@@ -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>
);
}