Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 20ed7db

Browse files
feat: check contrast author slot
1 parent 8237953 commit 20ed7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/components/editor/app-slide-contrast/app-slide-contrast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class AppSlideContrast {
5757
}
5858

5959
const slots: NodeListOf<HTMLElement> = slide.querySelectorAll(
60-
'[slot="title"]:not(:empty),[slot="content"]:not(:empty),[slot="start"]:not(:empty),[slot="end"]:not(:empty),[slot="header"]:not(:empty),[slot="footer"]:not(:empty)'
60+
'[slot="title"]:not(:empty),[slot="content"]:not(:empty),[slot="start"]:not(:empty),[slot="end"]:not(:empty),[slot="header"]:not(:empty),[slot="footer"]:not(:empty),[slot="author"]:not(:empty)'
6161
);
6262

6363
// TODO drr

0 commit comments

Comments
 (0)