mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 05:01:41 +08:00
Merge pull request #1801 from daniatic/master
#1797 StageConfig: container optional
This commit is contained in:
commit
583fccf249
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user