Jonas
Jonas
Additionally it would be great if some apps could be moved into a "more apps" submenu per default (just like it's already the case now when there's not enough horizontal...
> In the browser console, verify that the editor now generates push and sync requests for this note AND THE PREVIOUS one. > Is this really the expected behavior? Thanks...
> Although some text files are saved and the editor's "Undo" and "Redo" buttons are disabled when editing them (from the "Files" section), the oc_text_steps table still contains several rows...
@gaudryc am I right that only the PR against notes is missing to fix the original issues in this ticket? If so, then I'd prefer to transfer it to the...
@tobiasKaminsky I'll close the issue due to lack of further information. Please reopen if you still encounter this problem.
@harikrishna-au do you want to work on this issue? That would be appreciated. We don't assign issues to people upfront though. Feel free to start working on it and also...
@alexanderdd to my knowledge printing with the browser never creates a table of contents in the PDF. I guess we'd have to generate the PDF ourself to be able to...
We also experience issues with the drag handle with latest Tiptap v3 releases. We're using the vue2 plugin, but it's a bit of a similar symptom: the drag handle always...
I tried to debug the issue on our side and it's indeed reproducible with a basic editor and latest `@tiptap/extension-drag-handle-vue-2`. I created a reproducer at https://github.com/mejo-/tiptap-drag-handle-vue2-bug and made it available...
I bisected the issue with Tiptap releases and apparently it was introduced with the 3.6.0 release. With release 3.5.3, it still worked without mounting DragHandler in `$nextTick()`.