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