TF-3082 Fix identity dialog auto scroll to bottom after reload
This commit is contained in:
@@ -171,7 +171,9 @@ class IdentityCreatorController extends BaseController with DragDropFileMixin im
|
|||||||
session = arguments!.session;
|
session = arguments!.session;
|
||||||
identity = arguments!.identity;
|
identity = arguments!.identity;
|
||||||
actionType.value = arguments!.actionType;
|
actionType.value = arguments!.actionType;
|
||||||
if (actionType.value == IdentityActionType.create) {
|
if (actionType.value == IdentityActionType.create
|
||||||
|
&& arguments!.publicAssetsInIdentityArguments == null
|
||||||
|
) {
|
||||||
isLoadSignatureCompleted = true;
|
isLoadSignatureCompleted = true;
|
||||||
}
|
}
|
||||||
_checkDefaultIdentityIsSupported();
|
_checkDefaultIdentityIsSupported();
|
||||||
|
|||||||
Reference in New Issue
Block a user