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