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