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(pat-inject): Fix problem with inserting table rows.
There was a problem with injecting table rows introduced in: b0f94fb
The problem occured when setting a table row as content of a temporary
<div> wrapper. But a <tr> is not a valid child node of a <div>. This
caused visually destroyed tables.
Using a <template> tag as wrapper instead of a div solved the problem.
0 commit comments