Fix select theming, add object field

This commit is contained in:
2024-07-06 15:12:26 +09:30
parent 99bc6c069b
commit 445346b29b
5 changed files with 64 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export class EditorComponent {
private code = viewChild<ElementRef<HTMLElement>>('code');
constructor(private sanitizer: DomSanitizer) {
constructor(sanitizer: DomSanitizer) {
effect(() => {
const element = this.code()?.nativeElement;
if (element) {