Skip to content

Commit

Permalink
fix: this.inspector always null
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefcll committed Oct 18, 2024
1 parent df4dca0 commit 561f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-api/Renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export class RendererMain extends EventEmitter {
eventBus: this,
quadBufferSize: this.settings.quadBufferSize,
fontEngines: this.settings.fontEngines,
inspector: this.inspector !== null,
inspector: this.settings.inspector !== null,
});

// Extract the root node
Expand Down

0 comments on commit 561f8fd

Please sign in to comment.