Skip to content

Commit

Permalink
fix contained dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 25, 2018
1 parent 9524675 commit 2c58f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dialogs/CompositeChildrenDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class CompositeChildrenDialog extends ADialog {
const summary = this.ctx.summaryRenderer(c, false);
const summaryNode = this.ctx.asElement(summary.template);
summaryNode.dataset.renderer = c.getSummaryRenderer();
summaryNode.classList.add(cssClass('summary'), cssClass('renderer'));
summaryNode.classList.add(cssClass('summary'), cssClass('renderer'), cssClass('th-summary'));

const r = summary.update(summaryNode);
if (r) {
Expand Down

0 comments on commit 2c58f8b

Please sign in to comment.