Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

fix: #WB-2452 Workaround selection with table #30

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Romu-C
Copy link
Contributor

@Romu-C Romu-C commented Jan 18, 2024

Implement a workaroun for a known issue with Tiptap
https://edifice-community.atlassian.net/browse/WB-2452

// The trailing node extension is necessary to pragmatically fix a problem
// with tables and table selections. When the last node in the document is a
// table and the last table cell is empty, then pressing - to select
// everyting only selects the very first node in the document. As soon as one
// of the conditions - table not the last node or last table cell not empty -
// is not met, - selects all, as expected.
// The Problem exists throughout browsers.
//
// More information here:
// - ueberdosis/tiptap#2401
// - ueberdosis/tiptap#3651

@Romu-C Romu-C marked this pull request as draft January 23, 2024 16:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant