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
* Always wrap tables in a div.scroll-table wrapper. ([16e1cc5](https://github.com/patternslib/pat-tiptap/commit/16e1cc5899f2d0783aace74dc61bda195b474c73))
12
+
13
+
14
+
15
+
### Bug Fixes
16
+
17
+
18
+
* Allow to select the figcaption node. ([aa71dfc](https://github.com/patternslib/pat-tiptap/commit/aa71dfc6cac2a10757791671eb55f5fb2140e049))
19
+
20
+
21
+
* Allow to select-all in tables. ([606a4be](https://github.com/patternslib/pat-tiptap/commit/606a4be319e4dbb7c8eb16d5939919dad4820dc1))
22
+
23
+
Allow to select all (Ctrl-A, Command-A) with tables in certain
24
+
conditions.
25
+
Due to a tiptap/ProseMirror bug tables with some empty cells and no
26
+
content preceding or following the table, selecting the whole table did
27
+
not work. This fix makes sure that a non-empty paragraph is added at the
28
+
end, if no other content is present at the end of the document.
* Make fixed-paragraph selectable to make the corresponding table selectable. ([2c69109](https://github.com/patternslib/pat-tiptap/commit/2c691090277ca0d4834a012a8b718ce9e0d85347))
0 commit comments