mirror of
https://github.com/docmost/docmost.git
synced 2026-07-26 21:04:51 +10:00
fix user-select
This commit is contained in:
@@ -35,6 +35,7 @@ export function ShareSearchSpotlight({ shareId }: ShareSearchSpotlightProps) {
|
|||||||
pageTitle: page.title,
|
pageTitle: page.title,
|
||||||
pageSlugId: page.slugId,
|
pageSlugId: page.slugId,
|
||||||
})}
|
})}
|
||||||
|
style={{ userSelect: "none" }}
|
||||||
>
|
>
|
||||||
<Group wrap="nowrap" w="100%">
|
<Group wrap="nowrap" w="100%">
|
||||||
<Center>{getPageIcon(page?.icon)}</Center>
|
<Center>{getPageIcon(page?.icon)}</Center>
|
||||||
|
|||||||
Reference in New Issue
Block a user