You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix problem with adding columns in tables and deactivate fixed-paragraph. ([ad5e986](https://github.com/patternslib/pat-tiptap/commit/ad5e98681ac3666e0add6968d42ac36ef472f5c8))
12
+
13
+
The fixed-paragraph extension was causing a problem when adding columns.
14
+
This extension adds an extra paragraph at the end of tables, so that
15
+
it's easier to add content below tables. However, we also have the
16
+
"dropcursor" extension activated with tables and other block content for
17
+
the same reason - this one adding a horizontal cursor when navigating
18
+
below tables which helps in adding content there. To allow adding
19
+
columns in tables again, the fixed-paragraph extension is deactivated
20
+
until explictly needed again.
21
+
22
+
23
+
24
+
### Maintenance
25
+
26
+
27
+
* For better demoing and debugging, make the toolbar sticky. ([62155f8](https://github.com/patternslib/pat-tiptap/commit/62155f846bcc28d5e565d2ee386ea65dba1c192d))
0 commit comments