|
Description: |
h2. Reproduction steps # Start an electron instance with a file system backend # Open a page with some content # Edit the page
h2. Expected * The editor presents the content of the page
h2. Actual * The editor is empty
h2. Analysis
The issue is caused by CRISTAL-95 with the introduction of {{CollaborationKit}} in {{c-edit-tiptap.vue}}. We need to find a way to avoid realtime when the backend does not support it. Note: Somewhat related to CRISTAL-252. |
|