mirror of
https://github.com/mathuo/dockview
synced 2025-02-13 03:45:47 +00:00
feat: fix sonar issues
This commit is contained in:
parent
16a49c7b27
commit
78e0b89a78
@ -489,7 +489,7 @@ export class DockviewComponent
|
|||||||
typeof options.orientation === 'string' &&
|
typeof options.orientation === 'string' &&
|
||||||
this.gridview.orientation !== options.orientation;
|
this.gridview.orientation !== options.orientation;
|
||||||
const hasFloatingGroupOptionsChanged =
|
const hasFloatingGroupOptionsChanged =
|
||||||
typeof options.floatingGroupBounds !== undefined &&
|
options.floatingGroupBounds !== undefined &&
|
||||||
options.floatingGroupBounds !== this.options.floatingGroupBounds;
|
options.floatingGroupBounds !== this.options.floatingGroupBounds;
|
||||||
|
|
||||||
this._options = { ...this.options, ...options };
|
this._options = { ...this.options, ...options };
|
||||||
|
Loading…
Reference in New Issue
Block a user