mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
feat: Link feature add search function
This commit is contained in:
@@ -204,7 +204,7 @@ export const LinkMenu = ({ editor, hooks }: LinkMenuProps) => {
|
||||
</LinkModalContainerIcon>
|
||||
<LinkModalContainerInput
|
||||
onKeyDown={handleKeyDown}
|
||||
placeholder="Paste link url, like https://affine.pro"
|
||||
placeholder="Paste link url"
|
||||
autoComplete="off"
|
||||
value={searchText}
|
||||
onChange={handleFilterChange}
|
||||
@@ -240,7 +240,6 @@ const LinkModalContainer = styled('div')(({ theme }) => ({
|
||||
backgroundColor: '#fff',
|
||||
alignItems: 'center',
|
||||
zIndex: '1',
|
||||
width: '354px',
|
||||
}));
|
||||
|
||||
const LinkModalContainerIcon = styled('div')(({ theme }) => ({
|
||||
|
||||
Reference in New Issue
Block a user