mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 01:52:43 +08:00
05322530343a6f09efc6ec49845fde3e065db3e0
CellNumber/CellText/CellEmail/CellUrl all commit their draft via onBlur. The grid-container's document mousedown handler was clearing editingCell synchronously when the user clicked outside, which made React unmount the input before the native blur event reached its onBlur listener — so the edit was silently dropped, and pressing Enter was the only way to save. Trigger blur() on the active element first; the cell's onBlur runs, commits, and clears editingCell as part of its normal flow. The trailing setEditingCell(null) is now a safety net for the case where the active element wasn't a cell editor (no double-commit risk because each cell guards with committedRef).
Docmost
Open-source collaborative wiki and documentation software.
Website |
Documentation |
Twitter / X
Getting started
To get started with Docmost, please refer to our documentation or try our cloud version .
Features
- Real-time collaboration
- Diagrams (Draw.io, Excalidraw and Mermaid)
- Spaces
- Permissions management
- Groups
- Comments
- Page history
- Search
- File attachments
- Embeds (Airtable, Loom, Miro and more)
- Translations (10+ languages)
Screenshots
License
Docmost core is licensed under the open-source AGPL 3.0 license.
Enterprise features are available under an enterprise license (Enterprise Edition).
All files in the following directories are licensed under the Docmost Enterprise license defined in packages/ee/License.
- apps/server/src/ee
- apps/client/src/ee
- packages/ee
Contributing
See the development documentation
Thanks
Special thanks to;
Crowdin for providing access to their localization platform.
Algolia for providing full-text search to the docs.
Description
No description provided
confluencedocumentationknowledge-basemediawikinotionnotion-alternativeopen-sourceopensourcerealtime-collaborationwiki
Readme
AGPL-3.0
52 MiB
Languages
TypeScript
95.6%
CSS
4.3%

