Skip to content

Commit

Permalink
fix: this.inspector always null (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterlucas authored Oct 22, 2024
2 parents df4dca0 + 561f8fd commit c3daa91
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 c3daa91

Please sign in to comment.