mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 08:41:11 +10:00
disable user select
This commit is contained in:
@ -107,7 +107,7 @@ export default function ShareModal({ readOnly }: ShareModalProps) {
|
||||
</Indicator>
|
||||
</Tooltip>
|
||||
</Popover.Target>
|
||||
<Popover.Dropdown>
|
||||
<Popover.Dropdown style={{ userSelect: "none" }}>
|
||||
{isDescendantShared ? (
|
||||
<>
|
||||
<Text size="sm">{t("Inherits public sharing from")}</Text>
|
||||
|
||||
Reference in New Issue
Block a user