mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 06:42:06 +10:00
Merge main
This commit is contained in:
@ -12,6 +12,12 @@
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: var(--mantine-color-gray-light);
|
background: var(--mantine-color-gray-light);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
|
-ms-word-break: break-word;
|
||||||
|
max-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentEditor {
|
.commentEditor {
|
||||||
|
|||||||
@ -36,6 +36,7 @@ if (isCloud() && isPostHogEnabled) {
|
|||||||
api_host: getPostHogHost(),
|
api_host: getPostHogHost(),
|
||||||
defaults: "2025-05-24",
|
defaults: "2025-05-24",
|
||||||
disable_session_recording: true,
|
disable_session_recording: true,
|
||||||
|
capture_pageleave: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user