Skip to content

Commit

Permalink
Merge pull request #1801 from daniatic/master
Browse files Browse the repository at this point in the history
#1797 StageConfig: container optional
  • Loading branch information
lavrton authored Aug 1, 2024
2 parents 9830a6c + 0d977a1 commit 583fccf
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 583fccf

Please sign in to comment.