Skip to content

Commit

Permalink
#1797 StageConfig: container optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kleis committed Jul 31, 2024
1 parent 9830a6c commit 0d977a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { _registerNode } from './Global';
import * as PointerEvents from './PointerEvents';

export interface StageConfig extends ContainerConfig {
container: HTMLDivElement | string;
container?: HTMLDivElement | string;
}

// CONSTANTS
Expand Down

0 comments on commit 0d977a1

Please sign in to comment.