Fix minor seeking issue in unreleased code.
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ export class View {
|
|||||||
* @returns This view.
|
* @returns This view.
|
||||||
*/
|
*/
|
||||||
public mergeInContext(context?: ViewContext): View {
|
public mergeInContext(context?: ViewContext): View {
|
||||||
this.context = merge(this.context ?? {}, this.context, context);
|
this.context = merge({}, this.context, context);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user