bug fixed
This commit is contained in:
parent
d6ad9600e3
commit
cb61da113d
|
@ -170,8 +170,8 @@ export class NotificationService {
|
||||||
constructor(options?: DefaultOptions) {
|
constructor(options?: DefaultOptions) {
|
||||||
this.__defaultOptions = _.assignIn(defaultOptions, options);
|
this.__defaultOptions = _.assignIn(defaultOptions, options);
|
||||||
this.__windowPooler = new WindowPooler(
|
this.__windowPooler = new WindowPooler(
|
||||||
!!this.__defaultOptions.windowPool!.min
|
!!this.__defaultOptions.windowPool?.min
|
||||||
? this.__defaultOptions.windowPool!.min
|
? this.__defaultOptions.windowPool?.min
|
||||||
: 0
|
: 0
|
||||||
);
|
);
|
||||||
this.__basePosition = {x: 0, y: 0};
|
this.__basePosition = {x: 0, y: 0};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user