Skip to content

Commit c64304b

Browse files
committed
Format pass
1 parent 549df29 commit c64304b

File tree

11 files changed

+1088
-1058
lines changed

11 files changed

+1088
-1058
lines changed

packages/ui/src/v2/components/ct-autolayout/ct-autolayout.ts

Lines changed: 311 additions & 284 deletions
Large diffs are not rendered by default.

packages/ui/src/v2/components/ct-chat/ct-chat.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ export class CTChat extends BaseElement {
221221
}
222222

223223
// If the theme property or provided theme changed, recompute
224-
if (changedProperties.has("theme") || changedProperties.has("parentTheme")) {
224+
if (
225+
changedProperties.has("theme") || changedProperties.has("parentTheme")
226+
) {
225227
const source = this.theme && Object.keys(this.theme).length > 0
226228
? this.theme
227229
: this.parentTheme;

0 commit comments

Comments
 (0)