Fix missing artboard layer icon

This commit is contained in:
Keavon Chambers
2025-12-23 14:43:13 -08:00
parent 415d4b578a
commit 2f880fa035
6 changed files with 12 additions and 14 deletions

View File

@@ -827,13 +827,10 @@ export class UpdateDocumentLayerDetails extends JsMessage {
export class LayerPanelEntry {
id!: bigint;
name!: string;
reference!: string;
alias!: string;
@Transform(({ value }: { value: string }) => value || undefined)
debugLayerIdTooltip!: string | undefined;
inSelectedNetwork!: boolean;
childrenAllowed!: boolean;