Add support for pre-defined zoom/pan settings.
This commit is contained in:
@@ -161,7 +161,7 @@ export class ViewManager {
|
||||
}
|
||||
}
|
||||
|
||||
public setViewWithNewContext(context: ViewContext): void {
|
||||
public setViewWithMergedContext(context: ViewContext | null): void {
|
||||
if (this._view) {
|
||||
return this._setView(this._view?.clone().mergeInContext(context));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user